8. SOAP based Web Services

wsdlRewriter

Version

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

Syntax

<wsdlRewriter port="integer" protocol="string" host="string" />
<wsdlRewriter port="integer" protocol="string" host="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
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