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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sending webservice response to another webservice request directly

sending webservice response to another webservice request directly

 

tFileInputDelimited ->Tsoap_1 ---> tsoap_2--->tLogRow

 

How we have to map the response of tsoap1 and request of tsoap2?

Labels (1)
1 Reply
Anonymous
Not applicable
Author

You will need to extract the details from the response message using a tExtractXMLField (possibly several depending on the complexity), you will then need to build your body (I assume it is XML) using a tXMLMap and then post it to your second service.