Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are doing a request via SOAP and it's working fine. When we try to make this SOAP petition in Talend we get the next error.
We use Talend Open Studio 7.0.1
Attatched to this post the soap.txt code that works in soap, and the tsoap.txt that fails in Talend
Any help?
I don't know if it is a bad practice but when I had to deal with SOAP, I wrote a client routine. This way I have more flexibility, I can send in an Object, a JSON String, or whatever as parameters. Having to write manually the SOAP message in the tSOAP component every single time is a pain. Besides, it uses mostly HTTP as transport protocol (actually, I haven't seen anything else in my poor experiences), therefore you can use any HTTP request client component you like.