SIBWebServices command group for the AdminTask object
Use command scripts to configure service integration bus-enabled web services.
如果要執行這些指令,請使用 wsadmin Scripting 用戶端的 AdminTask 物件。 每個指令都在單一作業中處理多個物件。 這些指令可供您以一致的方式來進行最常需要的更新類型,其中直接修改基礎物件很容易造成錯誤。
wsadmin Scripting 用戶端是從 Qshell 執行.
如需相關資訊,請參閱利用 wsadmin Script 配置 Qshell 來執行 WebSphere Script.
Before and immediately after performing administrative commands that carry out publication to UDDI, save the configuration by using either the AdminConfig.save() command or an equivalent command from within the administrative console. This ensures consistency between what is published to UDDI and what is recorded in the service integration bus configuration as having been published to UDDI.
Each command acts on multiple objects in one operation. The commands are provided to allow you to make the most commonly-required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.
- 如需可用且具有匯流排功能的 Web 服務指令清單,以及每個指令的簡要說明,請在 wsadmin 提示下,輸入下列指令:
print AdminTask.help('SIBWebServices')
- 如需給定指令的概觀說明,請在 wsadmin 提示下,輸入下列指令:
print AdminTask.help('command_name')
- createSIBWSOutboundService command
- deleteSIBWSOutboundService command
- addSIBWSOutboundPort command
- removeSIBWSOutboundPort command
- setDefaultSIBWSOutboundPort command
- createSIBWSInboundService command
- deleteSIBWSInboundService command
- addSIBWSInboundPort command
- removeSIBWSInboundPort command
- refreshSIBWSOutboundServiceWSDL command
- refreshSIBWSInboundServiceWSDL command
- publishSIBWSInboundService command
- unpublishSIBWSInboundService command
- createSIBWSEndpointListener command
- deleteSIBWSEndpointListener command
- connectSIBWSEndpointListener command
- disconnectSIBWSEndpointListener command