I'm working in TOS 3.1 Java. I would like to request help on how to work with parameters in SOAP header. WebService that I call use a ticket system to track the user's session through several function calls following login. Upon login, a unique ticket is generated. This ticket identifies the user to the web service. For each function call, the ticket must be indicated in the SOAP message's SOAP header so that the web service can identify the respective user.
The Problem is that there are no any header properties in wsdl2java generated routines. Or may be I cannot find it
. Returned Object haven't ticket property. The value from ticket should to be used in header for every request.
Thanks to everyone who might be able to help me with this problem.