You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
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.
Last edited by viny (2011-11-28 12:27:20)
Offline
Hi viny,
Pretty simple, if you can do it in Java, you can do it in Talend. Just try to find some java code on the web to call a php api.
Here might be a useful conversation for you:
http://stackoverflow.com/questions/6149 … -from-java
Offline
Pages: 1