How to call a webservice with basic authentication
akhil karthik
Greenhorn
Joined: Jul 06, 2009
Posts: 13
posted
0
My client app is calling a webservice which has basic authentication. How should i approach using java. I used wsdl2java to generate the stubs etc. But when i am actually calling the methos in the service, i am getting 401 unauthOrised..