Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My company have subscribed the "Talend Cloud API Services Platform" licence.
I've download the "Talend Runtime Installer for Linux" on the download page from our TMC.
Linux distribution : CentOS Linux 7
Kernel version : 3.10.0-1062.4.3.el7.x86_64
Java version : OpenJDK 1.8.0_232
Talend Remote Engine Winter'20
Job developped under Talend Studio version : 7.1.1
In my job, I use the tSOAP component.
If I use it in a simple job (tSOAP - tMap - tLog), it's work fine.
But if I use it in a Rest WebService (tRestRequest - tSOAP - tMap - tLog - tRestResponse), it fail.
The error is not in the route of the webservice : I'm able to contact webservice.
But, the error arrived just after the "tSOAP_1 - Prepare to send soap request to endpoint"
Error : com/sun/xml/messaging/saaj/soap/SOAPPartImpl
Obviously, the SOAP WebService is up : I can reach it with curl from comand line.
Hello,
You are using tSOAP component in data service for consuming a service? Have you tried to switch to tESBConsumer component if you used tSOAP for a specific reason?
Is the service throwing error when deployed in Studio or Runtime?
Best regards
Sabrina