Go to new doc!

+49 228 5552576-0


info@predic8.com

proxies

proxies is the root element of a proxies.xml file describing service proxies or proxies.

Syntax

				<proxies>

					<serviceProxy >*
				
					<proxy >*
				
				</proxies>
			
Listing 1: proxies Syntax

Sample

			
				<proxies>
					<proxy name="HTTP Proxy" port="3128" />
				
					<serviceProxy name="thomas-bayer.com" port="80">
						<target host="thomas-bayer.com" />
					</serviceProxy>
				
					<serviceProxy name="localhost" port="2001" >
						<target host="localhost" port="8080"/>
					</serviceProxy>
				
					<serviceProxy name="Console" port="9000">
						<adminConsole/>
					</serviceProxy>				
				</proxies>
			
Listing 2: proxies Example

Child Elements

Name Cardinality Description
serviceProxy 0..* Defines a serviceProxy
soapProxy 0..* Defines a soapProxy
proxy 0..* Defines a proxy