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.
print AdminTask.help('SIBWebServices')
print AdminTask.help('command_name')
AdminConfig.save()
This command updates the default outbound port for an outbound service.
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.
None.
None.
AdminTask.setDefaultSIBWSOutboundPort(outService, ["-name", "MyServiceSoap"])
$AdminTask setDefaultSIBWSOutboundPort $outService {-name "MyServiceSoap"}