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

1.5k Views Asked by At

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

3

There are 3 best solutions below

1
On BEST ANSWER

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

0
On

Don't click on (ws) - that's the end point. Click on the SOA composite name just above it: soa_1 - then undeploy shows up in the menu.

0
On

login em console and expand soa and select your composite right click and select SOA Deployment and select undeploy as shown below.enter image description here and after click undeploy after you will get conformation message and check you composite is removed under soa partitions.enter image description hereenter image description here