Difference between revisions of "Proxy"

From GreenVulcano Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
This {{GVESB}} element gives the Proxy configuration.  
 
This {{GVESB}} element gives the Proxy configuration.  
  
It is used by endpoints [[http-call]] and [[ws-call]].
+
It is used by [[http-call]], [[ws-call]] and [[rest-call]].
  
 
Its attributes are:
 
Its attributes are:
Line 11: Line 11:
 
| port || optional || Proxy server port. Default: 80
 
| port || optional || Proxy server port. Default: 80
 
|-
 
|-
| user || optional || User name.
+
| user || optional || User name. '''NOT PRESENT since v3.4'''
 
|-
 
|-
| password || optional || User password. #Encrypted
+
| 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: