Difference between revisions of "Proxy"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
This element gives the Proxy configuration. It is used by endpoint (see [[Gvvcl-http]]) and [[ws-call]].
+
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"
* ''host'': Proxy server IP or name.
+
! Attribute !! Type !! Description
* ''port'': Proxy server port. Default: 80
+
|-
* ''user'': User name.
+
| host || required || Proxy server IP or name.
* ''password'': User password. #Encrypted
+
|-
 +
| 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