javaoracleoracle11gweblogic11gsoa-suite

How to remove SOA Application from SOA Server on Weblogic 11g


I have a Domain in Weblogic 10.3.6 with SOA Server included. I just deployed a SOA Application called soa_1 with BPEL Process called HelloWorld using JDeveloper. This is the structure shown in JDeveloper:

Application Servers
      Weblogic Server
             SOA
               AdminServer
                    default
                        soa_1[1.0]
                             helloworld_client_ep (ws)

I just want to undeploy/remove this soa_1 application! I didn't find any information on the internet about how to remove a SOA Application. When I right-click the soa_1 element of the tree it seems to have a Delete option but it is not available


Solution

  • So based on the link posted in the comments above by "Display Name is missing" Oracle provides us with Fusion Middleware Control - Enterprise Manager that we can use to deploy/undeploy soa applications and lot of things. The problem is i couldn't access that Enterprise Manager at ip:port/em because i didn't install it when i created the domain so i used the configuration wizard to extend my domain. Once i added "Enterprise Manager" to my domain i could access ip:port/em and undeploy my SOA Application