Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SEVERE: SAAJ0008: Bad Response; Not Found in tSOAP request

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.

 

0683p000009M5mn.png

0683p000009M5qz.png

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?

Labels (3)
2 Replies
navds
Creator II
Creator II

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.

Anonymous
Not applicable
Author

Thanks for your help , for now we made a script in linux with curl. Not is the best way but should be enought for now