Hi Joel,

You are right, the WSDL I was given had the access point set to:

http://dummy.placeholder:99

After that, the developer of the web service indicated that the proxy server
should be http://dap3.dot.ca.gov and the port is 18080. As a result, I
replaced the <soap:address location> element as such:

http://dap3.dot.ca.gov:18080

But this still doesn't lead me anywhere. That URL is unreachable. In
addition, we were provided with a user name and a password. Nowhere along
the way am I asked to enter those.

My feeling is that I am still missing something.

Regards,
Eddie


-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Joel Paula
Sent: Friday, July 11, 2008 9:25 AM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Web Service generates "Unable to connect
to the remote server" exception


Eddie,

Sometimes the URL in the WSDL for the webservice is not the real one, for
security (?!) reasons. You can check it on your app.config or directly in
code, accessing its Url property. You can change it using any of the two
methods.

HTH
JP

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to