The command described in this topic is run using the AdminTask object of the wsadmin scripting client.
This command is only valid when run against WebSphere Application Server Version 6 application servers. Do not run it against earlier versions.
wsadmin> $AdminTask help SIBWebServices
wsadmin> $AdminTask help command_name
For additional details of the command properties, see the related reference topic.
This command creates a new InboundService object that represents a protocol attachment to be used by service requesters. When you run this command you identify a single service element within a template WSDL document, and an existing service destination.
If the WSDL is to be retrieved through a proxy server, the server on which the command is running must have the system properties that identify the proxy server set correctly. If the proxy server requires authentication, then the user ID and password can be set as parameters on the command.
After you have run this command, you can use other commands to further configure the service. For example, you can add an inbound port.
set inService [$AdminTask createSIBWSInboundService $bus {-name "MyService" -destination $destName -wsdlLocation "http://myserver.com/MyService.wsdl"}]