refreshSIBWSOutboundServiceWSDL command
Use the refreshSIBWSOutboundServiceWSDL command to refresh a service integration bus-enabled web services outbound service WSDL file.
Para executar o comando, utilize o objeto AdminTask do cliente de script wsadmin.
O cliente de script wsadmin é executado do Qshell.
Para obter informações adicionais, consulte Configurando o Qshell para Executar Scripts do WebSphere Usando o Script wsadmin.
A ajuda da linha de comandos é fornecida para comandos do barramento de integração de serviços:
- Para obter uma lista dos comandos de serviços da Web ativados para barramento disponíveis, mais uma breve descrição de cada comando, digite o seguinte comando no prompt do wsadmin:
print AdminTask.help('SIBWebServices')
- Para obter ajuda de visão geral sobre um determinado comando, digite o seguinte comando no prompt wsadmin:
print AdminTask.help('command_name')
AdminConfig.save()
Purpose
This command loads the WSDL document from the OutboundService WSDLLocation parameters, and locates the WSDLLocation-specified service element.
Target object
ObjectName of the OutboundService object.
If the service element is not present, the command fails.
The OutboundPorts must be a subset of the ports in the loaded WSDL document, otherwise the command fails.
If the WSDL is to be retrieved through a proxy, the server on which the command is running must have the system properties that identify the proxy server set correctly. If the proxy requires authentication, then the user ID and password can be set as parameters on the command.
Required parameters
None.
Conditional parameters
None.
Optional parameters
- -userId
- The user ID that you use to retrieve the WSDL.
- -password
- The password that you use to retrieve the WSDL.
Example
- Using Jython:
AdminTask.refreshSIBWSOutboundServiceWSDL(outService)
- Using Jacl:
$AdminTask refreshSIBWSOutboundServiceWSDL $outService