Daniel,
You pretty much are doing the right thing.
If there is a proxy between your machine and the web service, then you
will have to access the object making the call on the client side, and set
the proxy details. Basically, your browser is getting through because the
proxy settings are already applied, and the request goes through
successfully.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Daniel Santana" <(E-Mail Removed)> wrote in message
news:065B687D-F948-4DB7-8DCB-(E-Mail Removed)...
> Hi, about Java WebServices, accessed by C#, I have two questions:
>
> 1) what I have to do, in order to use java webservices?
> 2) I search and I guess I must type the wsdl path in "add web reference".
> Everything is fine... But I'm behind a proxy and I got this message, after
> type my username and password (in the "Discovery Credential for Proxy
> Server"
> popup:
>
> "The underlying connection was closed: Unable to connect to the remote
> server."
>
> One coment: In the browser, after the proxy login, the wsdl is fine
> displayed .
>
> Tks!
> Daniel's