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. For the instance in which the composite is running, get the IP address of the WebLogic Server Administration Console as described in Access an Oracle SOA Suite on Marketplace Instance.

    For example: 12.251.267.111

  2. 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.

  3. 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