Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set timeout for tSOAP

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?

 

Labels (3)
3 Replies
fdenis
Master
Master

I did not found an easy way to do it.
I think you can wait for a new version (ask talend team to add it) and/or make your own component using tJavaFlex.
good luck
Anonymous
Not applicable
Author

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.

fdenis
Master
Master

first make it the look at the code to be inspired (DynamicsCRM is not easy).
copy code in tjavaflex and add time-out.

goodluck