Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a small project that aims to develop a job talend esb (web service) that allows to search on a person (by name, first name, date of birth) from salesforce.
I started a little to build a service and then linked tesbproviderrequest by the object account (Salesforce) and use tesbproviderresponse.
But I ask someone who has experience to provide me with an example of a job talend esb that allows to search for an object according to specific criteria.
Thank you,
Khouloud
Hello
From your screenshot, i see you are trying to do an inner join between input request data with Account and Contract data, what is the problem you meet now? any error?
Regards
Shong
Hello ,
My web service look fine it returns the values of id , lastname, firstname.but not the other fileds like birthdate .the error message is :Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '>' (code 62) expected '='
at [row,col {unknown-source}]: [2,195]
Any idea?