setDefaultSIBWSOutboundPort command

Use the setDefaultSIBWSOutboundPort command to set the default service integration bus-enabled web services outbound port.

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

The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere scripts using wsadmin scripting .

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; for example, by using the following command:


AdminConfig.save()

Purpose

This command updates the default outbound port for an outbound service.

Target object

ObjectName of the OutboundService object whose default port is to be updated.

The default port is updated for the OutboundService, and the default routing on the service destination is updated to point at the port destination.

Required parameters

-name
The name of the port to be set as the default.

Conditional parameters

None.

Optional parameters

None.

Example




Related tasks
Modifying an existing outbound service configuration
Making an externally-hosted web service available internally
Related information
Outbound Ports [Settings]
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Feb 6, 2014 8:11:25 PM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-nd-mp&topic=rjw_cli_outp_def
File name: rjw_cli_outp_def.html