Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

ODATA

Hi, is there any support for ODATA?
Labels (2)
7 Replies
Anonymous
Not applicable

Hi,
How about using the component tHttpRequest which meet some aspect needs of OData.
Best regards
Sabrina
Anonymous
Not applicable

Hi,
I want to use the Talend with oData. I use the tHttpRequest but I get errors.
Get method send "400 Bad Request" message.
Post method send "411 Length Required" message.
I have a simple URL which is send back a simple XML.
What is the problem?
Thanks
Anonymous
Not applicable

fkis6902 I've got the same issue.
Did you manage to fix it? What was the fix?
Stephen_Elves1
Contributor
Contributor

Could you not use the tRestClient component?
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
How about using the component tHttpRequest which meet some aspect needs of OData.
Best regards
Sabrina

It seems that OData is not yet understood on Talend side. Support for OData of course means not only supporting OData acting as a client, but also acting as a server. OData is an exciting new technology that will make many of the small synch-solutions unnecessary by providing on the fly integration between enabled systems. Our expectation of course would be that Talend provides the ability to encapsulate an existing old system and exposing an OData interface. 
An example szenario: Microsoft Dynamics CRM latest release supports OData, and SAP Netweaver latest releaese supports OData. In order to view invoices in the CRM, which is a not so often used function and does not require a data sync between the two systems we can configure the OData interface exposed by Netweaver in the CRM client. The client is then able to integration SAP invoice objects as if it were local objects, and Talend is out of the game - no Talend needed.  At least it would be nice, if Talend could expose such interfaces towards Microsoft CRM, just like SAP Netweaver is capable doing. With leading ERP and CRM systems supporting OData, there is a emerging demand for OData like integration patterns, and for encapsulating legacy systems using OData patterns.
OData is now such a big trend in integration ... an no awareness on Talend side?
Anonymous
Not applicable

Hi,
We are planning to support for ODATA in TDM.
 We'll keep you posted as long as ODATA is available in Talend.

Best regards
Sabrina
Anonymous
Not applicable

Hi,
I recently had the problem trying to pull data from MS Dynamics WebServices with a tHttpRequest.
The solution that worked for me was to add an "Accept" HTTP Header in the properties with value "application/json;odata=verbose", as many web servers request this or issue a 400 error.
Hope that helps...
Regards,