Use the Frontend Host and HTTPS Port Values in the WSDL URL for Inbound Cloud Adapters

If you use the cloud adapters in the inbound direction, you must specify the frontend host and HTTPS port values found in the Oracle WebLogic Server Administration Console in your WSDL URL.

Use a WSDL URL of the following format:

https://frontend_hostname:frontend_HTTPS_port/integration/flowsvc/adapter/partition_name/composite_name/service_name/version?wsdl

For example:

https://host.mycompany.com:8080/integration/flowsvc/osc/default/oscinbound/OscService/v1.0/?wsdl

To obtain the frontend host and HTTP port values:
  1. Log in to the WebLogic Server Administration Console.

  2. Expand Environment, then select Clusters.

  3. Click the cluster name.

  4. Click the HTTP tab.

  5. Update the following values as shown in the table.

    Field Value

    Frontend Host

    The admin_host

    Frontend HTTP Port

    HTTP_port (typically, the default value is 80)

    Frontend HTTPS Port

    HTTPS_port (typically, default value is 443)

  6. Restart the Administration Server and Managed Servers for the updated values to take effect. See Stop or Start WebLogic Servers.