Difference between revisions of "Proxy"
(One intermediate revision by one other user not shown) | |||
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 [[http-call]], [[ws-call]] and [[rest-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. '''NOT PRESENT since v3.4''' | ||
+ | |- | ||
+ | | password || optional || User password. '''NOT PRESENT since v3.4''' | ||
+ | |} | ||
− | + | It has the subelements: | |
− | * | + | * [[Description]] |
− | * | + | <div class="version_ge3.4"> |
− | * | + | * [[BasicHttpAuth]] |
+ | * [[NTLMHttpAuth]] | ||
+ | </div> |
Latest revision as of 15:06, 13 May 2014
This GreenVulcano® ESB element gives the Proxy configuration.
It is used by http-call, ws-call and rest-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. NOT PRESENT since v3.4 |
password | optional | User password. NOT PRESENT since v3.4 |
It has the subelements: