I am consistently receiving the following error when trying to create a Web Reference in Visual Studio 2008 to a 3rd party web service.
Received an unexpected EOF or 0 bytes from the transport stream
I get the same error too if I try to generate a proxy class vith the wsdl.exe tool.
I can confirm the web service is operating as it should as I can connect to via 3rd part tools such as the SOAPUi client.
Am I missing somehing simple?
I have since found the following post: http://social.msdn.microsoft.com/Forums/en-US/asmxandxml/thread/37c376a3-f50c-4b57-a1df-83dc43fcddbf
While it describes my issue exactly, I am not sure I understand the solution. Is anyone able to clarify?