I have built a Web Service and a Windows app.
I want the Windows app to access the Web Service as a Web Reference.
On my machine I have no problem adding the Web Service to my Windows app as a Web Reference:
http://localhost/AssistWebService/Service1.asmx
The problem is when I upload the Web Service and get an error when I try to create the web ref from the remote service and then try to add the Web Service as a Web Reference to the Windows app.
I receive the following error:
There was an error downloading 'https://www.sbbmutual.com/AssistWebService/Service1.asmx'.
The underlying connection was closed: Unable to connect to the remote server.
What do I have to change to make a web service usable on the remote server???
JOAN