David,
 
I did but I'm not referencing the URL via code and I was under the impression 
that you needed to in order for this to work.  
 
Do you have a code sample that you could share?
 
Thanks,
Mark

David Renz <[EMAIL PROTECTED]> wrote:
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 


    Visit your group "AspNetAnyQuestionIsOk" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------




[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