Dear list members,

I need to implement the server side of a webservice that I have the
wsdl+xsd specification for. From this specification I've generated java
classes and now I'm about to implement code for these methods:

"login" which takes username and password and returns a sessionID
"actionA" which takes no parameters and returns nothing
"logout" which takes session ID and returns nothing.

However, the method "actionA" may only execute if the caller had first
logged in and obtained a session ID. This session ID must be included in
the SOAP header part of the "actionA" SOAP message.

So, how can I -- from the code implementing "actionA" -- obtain
information from the SOAP header, specifically how do I get a hold of the
session ID?

Any help is appreciated! Thanks.


Regards,
Martin Olsson

Reply via email to