Up until now, when generating WSDLs we have been generating the
soap:address with a value of "REPLACE_WITH_ACTUAL_URL".
The reason this is done is to provide a place holder so that our runtime
WSDL patching code could patch this
value with the proper one when the WSDL is retrieved from the server.
The question is, when a user generates
the WSDL with wsgen and we do not know what the endpoint address is,
what should we generate for the address?
To be a valid WSDL the value needs to be a URI. Does anyone have any
suggestions on what this value should be?