Access the WSDL of a Composite Deployed to a SOA Server

You can use a browser or SOAP client to access the WSDL of a composite that is deployed to a SOA Server.

To access the WSDL:
  1. In the Oracle SOA Cloud Service Console, click menu icon for the instance in which the composite is running and select Open WebLogic Server Console
  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 Web Service page WSDL field to your browser or SOAP client’s URL field.

    For more information about the Test Web Service page, see Administering Web Services (12.2.1.4 | 12.2.1.3 | 12.2.1.2 | 12.1.3).

  4. Replace the host name portion of the WSDL URL with the IP address of the WebLogic Server Administration 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