Hi all,
I use Axis SimpleSessionHandler in my Stub to handle Sessions for my
SOAP-Messages
My Problem is:
I have a client which make a login at WebService1 and get a session
for this loggin
and the same client call a Service2 and should set the Session form
Service1 for this call.
How can i do this?????????? :((((
I cant get a MessageContext in my Client!!!
--> MessageContext context = MessageContext.getCurrentContext();
context = null
--> only works on Serverside!!!
and i cant get the SOAPHeader from the stub!!!
SOAPHeaderElement[] elem = binding.getHeaders();
elem = []
Is there anybody out there, who can help me?
Tomi