How do I get IIS to use the domain name instead of an IP address in the WSDL
for the soap address location?
[wsdl:port name="Ws" binding="tns:Ws"]
[soap:address location="http://192.168.0.11/Ws/Ws.asmx"/]
[/wsdl:port]
(I replaced the angle brackets with [] becuase the angles never seem to come
out on this forum.)
Thanks in advance!
François Lemaire - 24 Jun 2005 10:18 GMT
Try plyaing with the WebServiceBinding attribute, though I'm not sure it is
intented for this (I think it's intented to declare a binding on a whole
other server, but maybe it will help solve your problem).
Regards
François
> How do I get IIS to use the domain name instead of an IP address in the WSDL
> for the soap address location?
[quoted text clipped - 7 lines]
>
> Thanks in advance!