did you try altering your Machine.config or Web.Config with the
following:
 
<configuration>
<system.net>
<defaultProxy>
<proxy
usesystemdefault = "false"
proxyaddress="http://proxyserver";
bypassonlocal="true"
/>
</defaultProxy>
</system.net>
</configuration> 
 
i had the same problem and this fixed it for me.
my proxy server was causing problems for me.
 


>>> [EMAIL PROTECTED] 07/26/2005 7:19:09 AM >>>

All,

I am trying to generate a proxy class from the command line using
wsdl.exe but keep getting the following error:

The operation has timed out

I can't add a web reference directly in VS.NET because I get the
following error:

The underlying connection was closed: Unable to connect to remote
server.

My assumotion was that the above error was caused by the fact that I am
behind a firewall and cannot supply an ID and password to authenticate
to my proxy and that's why I'm trying to create a proxy class using
wsdl.exe.

I can open the URL to the webservices (http://yadda.com/ws.asmx) fine
in IE.

Anyone know how to work around any of these errors?

Thanks,
Mark




[Non-text portions of this message have been removed]




Yahoo! Groups Links









[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to