wsdlRewriter

Can be used in

proxy, serviceProxy, transport, beans

Syntax

				<wsdlRewriter registryWSDLRegisterURL="string"
					port="integer" protocol="string" host="string" />
			
Listing 1: wsdlRewriter Syntax

Sample

				<beans>
					<transport coreThreadPoolSize="20">
						<ruleMatching />
						<dispatching />
						<userFeature />
			
						<wsdlRewriter />
			
						<httpClient />
					</transport>
				</beans>
			
Listing 2: wsdlRewriter Example

Attributes

Name Mandatory Default Description Example
registryWSDLRegisterURL no http://predic8.de/register
port no Takes port from request URL. Port used in replaced URL. 4000
host no Takes host from request URL. Host used in replaced URL. localhost
protocol no Takes protocol from request URL. Protocol used in replaced URL. http