In our project, from one of our applications, we need to call a 3 rd party tool which exposes its methods as webservice (document style).
First we need to call one of the operations, LogIn which I could call successfully and get the response.
But I am unable to make subsequent call to other methods which they expose. When contacted the tool administrators, I was told that they send the Cookie back which I need to set it in the HTTP Header before making any subsequent call.
My question is, is there a way to get the HTTP Headers from the SOAPEnvelope which is the return type of call.invoke(...).
I am using AXIS 1.2.
Any help will be greatly appreciated as we are in the crunch situation in delivering the project.
Thanks & Regards,
Sethu.
