Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have created a Talend job that consumes a SOAP webservice.
When we test the webservice through a SOAP client, like SoapUI, it works as we set the timeout for the request in its properties.
Now, I have read in this community posts, that currently tSOAP does not have a Timeout property that can be set through Talend.
Is there any other way to set the timeout property for a request?
Hi @fdenis
Did you still find a way to set the timeout?
I am trying to consume a webservice method exposed from DynamicsCRM 2016.
And I am willing to write a Java code to set the timeout if Talend is unable to do it for me.