WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Creating a new inbound service configuration through the command line

Before you begin

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.

Command-line help is provided with each of the service integration technologies commands:
  • For a list of all the available service integration bus Web services enablement (SIBWS) commands, plus a brief description of each, enter the following command:
    wsadmin> $AdminTask help SIBWebServices
  • For detailed help on a given command, enter the following command:
    wsadmin> $AdminTask help command_name

For additional details of the command properties, see the related reference topic.

Purpose

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.

Command name
createSIBWSInboundService
Target
ObjectName of the service integration bus within which the service is created.
Result
ObjectName of the created InboundService object.

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.

Required Parameters

name
The inbound service name. This cannot be longer than 250 characters.
destination
The name of the service destination. If the specified destination does not exist, the command fails.
wsdlLocation
The location of the template WSDL file. This is either a Web address or a UDDI service key. If you specify a UDDI reference, the WSDL location is assumed to be a UDDI service key.

Conditional Parameters

wsdlServiceName
The name of the service within the template WSDL. Only required if the template WSDL contains more than one service, or the WSDL is located through a UDDI registry
wsdlServiceNamespace
The namespace of the service within the WSDL. Only required if the template WSDL contains more than one service, or the WSDL is located through a UDDI registry, or the service is not in the default namespace for the WSDL document.

Optional Parameters

uddiReference
If you specified a UDDI service key as the template WSDL location, supply the UDDI reference for the target UDDI registry.
userId
The user ID that you use to retrieve the WSDL.
password
The password that you use to retrieve the WSDL.

Example

set inService [$AdminTask createSIBWSInboundService $bus {-name "MyService" -destination $destName -wsdlLocation "http://myserver.com/MyService.wsdl"}]
Related information
Inbound Services settings

Reference topic

Terms of Use | Feedback

Last updated: 5 Oct 2005
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\ref\rjw_cli_in_new.html

© Copyright IBM Corporation 2004, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)