Hi All,
 
I am currently using JAX-WS and have been working on using JAX-RS using Jersey 
and Apache Http Client. I have gotten requests to work between between my 
client and jax-rs service. When I tried in an environment where NTLM is used I 
could not get my http requests to go through the network. Now I remember having 
to work through this with JAX-WS but I am not sure what to get http client to 
work using NTLM. What I want to have happen is the first time I try to connect 
using apache http client I want a dialog to show asking for login/password and 
after that is done be able to create requests that go all the way through to my 
remote server running my web services.
 
So how can I do that? Is there an example somewhere on how to make it work that 
way without a lot of coding?
 
Thanks for the help.
-Tony

Reply via email to