Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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.
Labels (5)
1 Reply
Anonymous
Not applicable
Author

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/614995/calling-php-from-java