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.

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

Command-line help is provided for service integration bus commands:
  • For a list of the available gateway commands, plus a brief description of each command, enter the following command at the wsadmin prompt:

    print AdminTask.help('WSGateway')

  • 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 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




Related information
Gateway services [Settings]
Reference topic Reference topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 3:08:41 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-nd-zos&topic=rwsg_cli_gw_del
File name: rwsg_cli_gw_del.html