is it possible to call php api functions in talend source code javajet
Hi,
I tried to create component in talend like tSugarCRMInput and tMarketoInput.
That component fetch data from one web based inventory application. But the problem is that the api of that application is in php api functions and to call that php api function we required to request that function using http post request and also some other input parameter. and the output response of that request is comes in xml and json format.
so how can we call that php api in our javajet code?
is it possible?
wait for your valuable suggestions.
Thank you.