Ads (what is this?)

Ads (what is this?)

  • Index
  •  » Talend Open Studio » Installation
  •  » WebService input/output possible?

#1 2006-10-12 15:42:53

JonathanBranam
New member
Registered: 2006-10-12
Posts: 1

WebService input/output possible?

Tags: [webservice]

I am researching possible ETL tools for use with our product. We sell a financial database product to a large client base. Some of our clients have several hundred interfaces to write before they can bring up their operations.  Sometimes they build their own interfaces, sometimes they contract with a 3rd party, and sometimes we develop their interfaces for them. We are looking for a tool that can streamline this process.

Talend seems to have about 90% of what we need, but we would rather interface with our database using Web Services instead of directly accessing tables. We can't update our database directly because we have application logic that needs to execute when new/updated data comes in.

I would guess that we can use Perl to implement a custom input/output that would call a Web Service. Are there any plans to add Web Service support to the base toolset? Our primary motivation in choosing an external tool is so that we don't have to develop and maintain a new tool, so we would rather not implement custom extensions as much as possible.

Offline

#2 2006-10-12 16:27:50

fbonan
Talend team
Registered: 2006-10-02
Posts: 53

Re: WebService input/output possible?

Hi Jonathan!

The main concern around Webservice access inside a Data Integration Job is performance (network access, SOAP overload...).
But if you keep this in mind, that's ok.

To answer your question, Yes, we're currently working on a tWebservice component. This component will be released in a few weeks.
If you can't wait, you can already implement it using the Soap::Lite perl module (take a look at http://www.soaplite.com/).
This module works fine and is very well documented.

Regards,
Fabrice

Offline

  • Index
  •  » Talend Open Studio » Installation
  •  » WebService input/output possible?

Board footer

Powered by FluxBB

Copyright © 2006 - 2010 Talend. All rights reserved. Talend Contributor Agreement