.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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -