.net - Problem consuming deployed asp.net webservice to IIS6 -
While trying to update the web context for the asp.net webservice deployed from a Windows App app, I get an error is. Unable to download the following files from
.
https: //webserver/webservices/myservice.asmx?wsdl
For some reason this is seeing a host named WebServar, but it is not what they should look for for WSDL. I need to see the domain name that I started with the web service reference. I think there is a problem in IIS.
What can I do to fix this?
Can you try to generate a proxy class for the same url?
wsdl /out:myProxyClass.cs https: //
Comments
Post a Comment