deleteWSGWGatewayService command

Use the deleteWSGWGatewayService command to delete a gateway service configuration.

You can delete a gateway service configuration by using the wsadmin tool as described in this topic, or by using the administrative console as described in Deleting gateway service configurations.

Para executar o comando, utilize o objeto AdminTask do cliente de script wsadmin.

[IBM i][IBM i]O cliente de script wsadmin é executado do Qshell. [IBM i]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 gateway disponíveis, além de uma breve descrição de cada comando, digite o seguinte comando no prompt wsadmin:

    print AdminTask.help('WSGateway')

  • Para obter ajuda de visão geral sobre um determinado comando, digite o seguinte comando no prompt wsadmin:

    print AdminTask.help('command_name')

Após utilizar o comando, salve suas alterações na configuração principal, utilizando o seguinte comando:

AdminConfig.save()

Purpose

This command deletes a gateway service.

Target Object

ObjectName of the GatewayService object

The command deletes the following objects:
  • The gateway destination.
  • The corresponding reply destination, InboundService and InboundPort enablement objects.
  • All associated TargetService objects.
Destinations associated with the target services are not deleted.

Parameters

None.

Example

  • Using Jython:
    AdminTask.deleteWSGWGatewayService(gwService)
  • Using Jacl:
    $AdminTask deleteWSGWGatewayService $gwService

Ícone que indica o tipo de tópico Tópico de Referência



Ícone de registro de data e hora Última atualização: July 9, 2016 7:53
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwsg_cli_gw_del
Nome do arquivo: rwsg_cli_gw_del.html