Calling third party APIs through DataStage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
satish_valavala
Participant
Posts: 123
Joined: Wed May 18, 2005 7:41 am
Location: USA

Calling third party APIs through DataStage

Post by satish_valavala »

Hi,
How can we call external APIs(Eg:CRM APIs) using DataStage Server edition (without using RTI/SOA).

Thanks
Regards
VS
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Satish,

by far the easiest way is to call external programs through the command line interface(s). You can call external subroutines directly through the API described in Universe GCI Guide (see Universe GCI Guide, Version 9.6) but be prepared for a long learning curve.
Post Reply