Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm using Talend for data Integration 7.0.1
I tried to call one of my Webservice with the component tWebService but each time i got this error:
Exception in component tWebService_1 (test)
java.lang.IllegalArgumentException: You must provide an object of type specified by property clazz.
at org.talend.webservice.mapper.ComplexTypeMapper.typeToValue(ComplexTypeMapper.java:147)
at org.talend.webservice.mapper.SimplePropertyMapper.getValueFrom(SimplePropertyMapper.java:98)
When i try to configure the webService the input and input type are not recognised (noType):
But i can still create them in the input mapping:
Thanks for the help.
Best Regards.
Hi,
I was passing some values i got from a flat file.
I didn't get this service to work with complex Request / Response, so now i have setup my job using tESBConsumer
My job is looking like that : tfileInput --> tXMLMap --> tESBConsumer --> tXMLMap --> tfileOutput
I use xsd file for tXMLMap I got from soapui.
Best Regards.
Hello,
Are you passing some input values to tWebService from Input component(tfixedflowInput)?
Could you please give us some background about your job?
Best regards
Sabrina
Hi,
I was passing some values i got from a flat file.
I didn't get this service to work with complex Request / Response, so now i have setup my job using tESBConsumer
My job is looking like that : tfileInput --> tXMLMap --> tESBConsumer --> tXMLMap --> tfileOutput
I use xsd file for tXMLMap I got from soapui.
Best Regards.
Hello,
Does this component ESBConsumer works well for your use case?
Best regards
Sabrina
Hello,
The component ESBConsumer works well in this case.
That's why I accept my reply as the solution.
Best Regards.