Re: Http basic authentication in JAX RS

2010-02-07 Thread SaravananRamamoorthy
Hi Andreas, Thanks for your suggestions and continous support. In SoapUI,I was not enable the authentication information to outgoing request in the SOAPUI preferences. We need to explicitly enable the checkbox, I go through the SOAPUI entire documentation and found the solution. Now I can able

Re: securing JAX RS

2010-02-07 Thread SaravananRamamoorthy
Dear All, In my scenario, I dont want to authenticate the user in JAX RS or CXF interceptor.I just want to go through the credentials to my external webservice. So it is enough to retrieve the credentials from Http Authentication and added to the soap header of the webservice. Now I can able to