1

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

GabrielBB
  • 2,479
  • 1
  • 35
  • 49
  • [What is SOA in plain english?](http://stackoverflow.com/q/2026523/2173738) –  Aug 25 '15 at 13:43
  • The undeploy instructions here don't work? http://docs.oracle.com/cd/E23943_01/admin.1111/e10226/soacompapp_deploy.htm#SOAAG3803 – Display Name is missing Aug 25 '15 at 18:16
  • @DisplayNameismissing Oh! I never payed attention because i never found that wizard they talk about. But now that i read again i see there is an "Enterprise Manager" that i can use to undeploy my application. Even if it doesn't seem to be the tool they are talking about that enterprise manager helped – GabrielBB Aug 26 '15 at 12:24

3 Answers3

1

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

madhu
  • 1,083
  • 3
  • 12
  • 31
0

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.

Joe
  • 3,337
  • 1
  • 14
  • 11
0

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

GabrielBB
  • 2,479
  • 1
  • 35
  • 49