6. Web Services with SOAP and WSDL

wsdlRewriter

Version

The wsdlRewriter rewrites endpoint addresses of services and XML Schema locations in WSDL documents.

Syntax

wsdlRewriter:
host: <string>
path: <string>
port: <number>
protocol: <string>
registryWSDLRegisterURL: <string>
wsdlRewriter:
  host: <string>
  path: <string>
  port: <number>
  protocol: <string>
  registryWSDLRegisterURL: <string>

Sample

<serviceProxy name="BLZ Service">
<wsdlRewriter />
<target host="www.thomas-bayer.com" />
</serviceProxy>
<serviceProxy name="BLZ Service">
  <wsdlRewriter />
  <target host="www.thomas-bayer.com" />
</serviceProxy>

Attributes

NameRequiredDefaultDescriptionExamples
hostfalseDon't change the endpoint's host.The host the endpoint should be changed to.localhost
pathfalsesoapProxy/path/uriPath to use for the service location-
portfalseDon't change the endpoint's port.The port the endpoint should be changed to.4000
protocolfalseDon't change the endpoint's protocol.The protocol the endpoint should be changed to.http
registryWSDLRegisterURLfalse---

Can be used in