Java: JAX-WS passing authentication info to a call to webservice
- by agnieszka
I am using JAX-WS. I am connecting to .NET webservice that requires authentication. I first call the Authentication.asmx so that I can be authenticated. The call returns me a LoginResult that contains a cookie name.
Then I call another webservice and I need to somehow pass this cookie or a cookie name. and I don't know how. Here is the code:
…