Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)
deleteWSGWProxyService command
Use the deleteWSGWProxyService command to delete a proxy service configuration.
We can delete a proxy service configuration by using wsadmin.sh as described in this topic, or by using the administrative console as described in Delete proxy 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, run at the wsadmin prompt:
print AdminTask.help('WSGateway')
- For overview help on a given command, run at the wsadmin prompt:
print AdminTask.help('command_name')
After using the command, save changes to the master configuration; for example, by using the following command:
AdminConfig.save()
This command deletes a proxy service.
Target Object
ObjectName of the ProxyService object.
The command deletes the proxy destinations, outbound service, outbound ports, inbound service and inbound port enablement objects.
Parameters
None
Example
### Jython
AdminTask.deleteWSGWProxyService(proxyService)### Jacl
$AdminTask deleteWSGWProxyService $proxyService
JAX-RPC handlers and proxy operation
Create a new proxy service configuration
Modify an existing proxy service configuration
Proxy services [Settings]