Hi,

>    httpClient.getState().setProxyCredentials(as, new NTCredentials("user", 
> "password","mycomptername","mydomain"));
>    System.out.println("httpClient Credentials Object :: " + 
> httpClient.getState().getCredentials(as));
> 
>    Please let me know whether I'm missing something while setting the Proxy 
> credentils


Use  HttpState.getProxyCredentials(...) rather
than HttpState.getCredentials(...)

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to