web reference question

  • Thread starter Thread starter Bruno van Dooren
  • Start date Start date
B

Bruno van Dooren

Hi,

i am trying to use a test web service to see how it works.
when i try to add a test web reference, i search for provider 'microsoft'
and i get a number of possible webservices, one of which is a HelloWorld
service.

Service Description:
This is a simple hello world service.
Bindings:
Access Point:
http://localhost/AnyStream/Interop.asmx
Description:
This is a simple hello world service.

Interface definitions:
http://localhost/AnyStream/Interop.asmx?WSDL


but when i click the interface definitions link, i get the error:
"There was an error downloading
'http://localhost/AnyStream/Interop.asmx?WSDL'.
The underlying connection was closed: Unable to connect to the remote
server."

can anyone tell me what i am doing wrong?

kind regards,
Bruno.
 
Hi Bruno,

Thanks for posting in the group!

There are many reasons can cause the error you posted, such as:

A firewall in place that was blocking traffic;

Unused connections or unused protocols in each connection(configuration in
Control Panel -- Network and Dialup Connections) that cause operation
time-out;

The workstation was running Winsock Proxy Client which pointed to a
server running MS Proxy Server 2.0.
By default all applications will use the Winsock Proxy Client to
connect to the **Winsock Proxy** on the proxy server
The local ASPNET account could not be authenticated by the remote
**Winsock Proxy**

Incorrect settings on customer-end's internal DNS.

...


BTW, I suggest to post the webservice problem in the
microsoft.public.dotnet.aspnet.webservise group, you may have many useful
advises there.


Best regards,
Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top