Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have tried to create a small talend job with connection to a simple webservice, but it fails...
WSDL-URL:
"http://www.thomas-bayer.com/axis2/services/BLZService?wsdl"
A test with SoapUI gives following response (right side):
And my Talend job looks like:
tFixedFlowInput is configured like this:
Component tWebService is configured like this:
My WebService is stored in metadata like this:
I have started this job with trace debug and you can see that blz has a value:
This is the log og the job processing:
Do you have any idea of the issue?!
Many thanks in advance.
Best regards,
I.R.
Hello,
It seems to be a known issue and fixed in Talend V 7.2.1.
Could you please try to edit your .ini file, in this case, Talend-Studio-win-x86_64.ini, and add the following parameter:
-Dtalend.table.disableLazyLoading=true
Let us know if it is OK with you.
Best regards
Sabrina