refreshSIBWSInboundServiceWSDL command

Use the refreshSIBWSInboundServiceWSDL command to refresh a service integration bus-enabled web services inbound service WSDL file.

To run the command, use the AdminTask object of the wsadmin scripting client.

[IBM i][IBM i]The wsadmin scripting client is run from Qshell.

Command-line help is provided for service integration bus commands:
  • For a list of the available bus-enabled web services commands, plus a brief description of each command, enter the following command at the wsadmin prompt:

    print AdminTask.help('SIBWebServices')

  • For overview help on a given command, enter the following command at the wsadmin prompt:

    print AdminTask.help('command_name')

After using the command, save your changes to the master configuration by using the following command:

AdminConfig.save()

Purpose

This command loads the WSDL document from the InboundService WSDLLocation parameters, and locates the WSDLLocation-specified service element.

Target object

ObjectName of the InboundService object.

If the service element is not present, the command fails.

All templatePortName values in InboundPorts for the InboundService must correspond to ports in the loaded WSDL document, otherwise the command fails.

If the WSDL is to be retrieved through a proxy, the server on which the command is running must have the system properties that identify the proxy server set correctly. If the proxy requires authentication, then the user ID and password can be set as parameters on the command.

Required parameters

None.

Conditional parameters

None.

Optional parameters

-userId
The user ID that you use to retrieve the WSDL.
-password
The password that you use to retrieve the WSDL.

Example

  • Using Jython:
    AdminTask.refreshSIBWSInboundServiceWSDL(inService)
  • Using Jacl:
    $AdminTask refreshSIBWSInboundServiceWSDL $inService