• Index
  •  » Talend Enterprise Data Integration » General questions
  •  » is it possible to call php api functions in talend source code javajet

#1 2011-11-28 12:26:04

viny
New member
Registered: 2011-11-28
Posts: 2

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.

Last edited by viny (2011-11-28 12:27:20)

Offline

#2 2011-11-28 20:19:58

vgalopin
Talend team
Registered: 2009-04-15
Posts: 440
Website

Re: is it possible to call php api functions in talend source code javajet

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


Vincent Galopin
US Pre-Sales Consultant
Talend US

Offline

  • Index
  •  » Talend Enterprise Data Integration » General questions
  •  » is it possible to call php api functions in talend source code javajet

Board footer

Powered by FluxBB