Does anybody know how to access the WSDL
URL of a Oracle Service Bus
?
For example, in tomcat, axis2 if a service is deployed I can access the WSDL of it like:
http://localhost:8080/services/foo?wsdl
How to achieve the same in OSB?
P.S.: I have installed OSB
in Weblogic
.