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: 
TY3
Contributor
Contributor

Passing a key column to tESBConsumer and get it as part of response and fault

We are new to talend and trying out calling a SOAP Web Service using tESBConsumer. Followed the instructions from https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/RstxgicfZc9Adkj8q4O0tw

 

We want to pass a key field as part of the SOAP request to the web service and get the same key field as part of SOAP response and fault as well so we can tie back the response/ fault to the request and then log the result for each record passed to the web service in a database table.

 

How to do this?

Labels (3)
5 Replies
Anonymous
Not applicable

This will depend on the service you are calling. Do you own the service? Can you give us a bit more info on the service you are using? A WSDL should be enough to give us more info.

TY3
Contributor
Contributor
Author

Anonymous
Not applicable

Sorry for the late response, I have been out of office for the last week. I had a look at the WSDL, but noticed it is missing information. I believe it relies on some XSD files. I suspect that this service is owned by your organisation. So first I would recommend speaking to the actual owner to find out whether you requirement is possible with this service implementation. If it is not, then there may be certain ways of processing your data as if this is possible.

TY3
Contributor
Contributor
Author

Confirmed that the service actually allows pass through attributes. We were able to test the same using Informatica.

Anonymous
Not applicable

Have you actually tried following the example that you gave? If so, what was the result? What didn't work? At the moment you are essentially asking me to solve a problem without having access to your data or your service. I'll need to see some more details of what you have tried. Can you give me as much information as you have (make sure you are not posting sensitive data though)?