Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

WSDL2Java don't generate header properties!?

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 Smiley Happy. 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.

Hier is called WSDL.

<wsdl:definitions targetNamespace=" http://services.test.net/erp"> ?

To see the whole post, download it here
Labels (6)
2 Replies
Anonymous
Not applicable
Author

I too would love to knowhow to do this without generating stub code.
_AnonymousUser
Specialist III
Specialist III

use -exsh true in the command line.