R
Ray Johnson
My web service will be served on a farm of servers. However, the WSDL
document that get's created
uses information about the local machine. More specifically the
"soap:address" field is set to something
like this:
<soap:address location=http://webserver1:7000/ingenio.asmx />
However, for people to use the real service they need to hit a different
address on our
load balancer. So the soap:address really should be something like this:
<soap:address location=http://services.ingenio.com/ingenio.asmx />
I have been unable to figure out how to tell the .asmx page to generate a
different WSDL
file with the proper address. ANyone know how to do this?
Ray
document that get's created
uses information about the local machine. More specifically the
"soap:address" field is set to something
like this:
<soap:address location=http://webserver1:7000/ingenio.asmx />
However, for people to use the real service they need to hit a different
address on our
load balancer. So the soap:address really should be something like this:
<soap:address location=http://services.ingenio.com/ingenio.asmx />
I have been unable to figure out how to tell the .asmx page to generate a
different WSDL
file with the proper address. ANyone know how to do this?
Ray