How to Use a Browser to Access the WSDL of a Composite That is Deployed onto a SOA Server

This topic describes how to use a browser or SOAP client to access the WSDL of a composite that is deployed to an Oracle SOA Cloud Service server.

After deploying a SOA composite, you can see the WSDL URL in the Test Web Service page as described in the Fusion Middleware Security and Administrator's Guide for Web Services. You can use the following steps to modify the WSDL URL from the Test WebServices page to work in a browser or SOAP client.
  1. On the Oracle SOA Cloud Service console page, find the instance in which the composite is running. Click the menu on the right of the instance entry on the Oracle SOA Cloud Service console page. Select Open WebLogic Server Console from the menu.
  2. Get the IP address of the WebLogic server console from the browser URL field.
    For example: 12.251.267.111
  3. Copy the WSDL URL from the Test WebServices page WSDL field to your browser or SOAP client’s URL field.
  4. Replace the host name portion of the WSDL URL with the IP address from the Oracle WebLogic Server console.
    http://ws_console_IP_address/services/default/HelloWorld/helloworlddprocess_client_ep?WSDL

For example:

http://12.251.267.111/services/default/HelloWorld/helloworlddprocess_client_ep?WSDL