Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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.
Confirmed that the service actually allows pass through attributes. We were able to test the same using Informatica.
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)?