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
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| host | false | Don't change the endpoint's host. | The host the endpoint should be changed to. | localhost |
| path | false | soapProxy/path/uri | Path to use for the service location | - |
| 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 | - | - | - |