PROXY (for a service)

This PROXY element specifies the proxy to use for web services.

Syntax

<PROXY>name</PROXY>
  1. name is the name of the proxy executable to use.

Child elements

There are no child elements.

Usage

You use this element to specify the proxy you want to use for a web service.
<PROXY>$(res.gwsproxy)</PROXY>
The $(res.gwsproxy) resource references the default proxy gwsproxy required for web service applications.

Parent elements

This element is a child of the APPLICATION (for a service) element.