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
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| host | false | Don't change the endpoint's host. | The host the endpoint should be changed to. | localhost |
| port | false | Don't change the endpoint's port. | The port the endpoint should be changed to. | 4000 |
| protocol | false | Don't change the endpoint's protocol. | The protocol the endpoint should be changed to. | http |
| registryWSDLRegisterURL | false | - | - | - |