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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get/Post/HTTP Headers for soap web service

I am using soap web service call for my Talend ETL,
The scenario is , first i wanna call soap web service method and need to retrieve responded header information as well as body content,
Exact scenario is
1. I am having wsdl path, and list of methods in it
2. Needs to call login() method
- input params: user id, password
- Output params: Header, body, fault
Header: JSESSION ID (string)
Body : SESSION ID (xml)

3. Need to read the Header message and parse the JSESSION ID, then it will be used for subsequent web service call
4. Need to call other methods like listUsers()
- input params: SESION ID
- input header params : JSESSION ID
- Output params: Header, body, fault

Appreciate if some one suggest me, which component will be suitable for this, I tried tSOAP but no luck
Labels (4)
2 Replies
willm1
Creator
Creator

rathinasamyy - have you taken a look at the tRest component? https://help.talend.com/search/all?query=tREST&content-lang=en
Anonymous
Not applicable
Author

Thanks willm,
tRest component no longer returning http header information, i am able to get only Body information.
Please suggest me is there any way to get web service Response "HTTP Header" info.