Difference between revisions of "Proxy"
| Line 1: | Line 1: | ||
| − | This element gives the Proxy configuration. It is used by | + | This {{GVESB}} element gives the Proxy configuration. |
| + | |||
| + | It is used by endpoints [[http-call]] and [[ws-call]]. | ||
Its attributes are: | Its attributes are: | ||
| − | + | {|class="gvtable" | |
| − | + | ! Attribute !! Type !! Description | |
| − | + | |- | |
| − | + | | host || required || Proxy server IP or name. | |
| − | + | |- | |
| + | | port || optional || Proxy server port. Default: 80 | ||
| + | |- | ||
| + | | user || optional || User name. | ||
| + | |- | ||
| + | | password || optional || User password. #Encrypted | ||
| + | |} | ||
Revision as of 10:09, 9 February 2012
This GreenVulcano® ESB element gives the Proxy configuration.
It is used by endpoints http-call and ws-call.
Its attributes are:
| Attribute | Type | Description |
|---|---|---|
| host | required | Proxy server IP or name. |
| port | optional | Proxy server port. Default: 80 |
| user | optional | User name. |
| password | optional | User password. #Encrypted |