Load data using Webservices

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Damonsal
Premium Member
Premium Member
Posts: 16
Joined: Wed May 07, 2014 11:29 am

Load data using Webservices

Post by Damonsal »

Hi Folks,

Requirement:

Load the DB table in MDM EBX(This Database is a propietary database format), only way to load this Table would be to call Webservice they provide.

Here is the approach i am planning to take:

Oracle------>TFM---->XML FILE---->WebServices Client

PS: Webservices WSDL when imported has the operation called multiinsert(inserting multi records in the same table)

Q: How do i configure between XML file and Wservice?
Q:how each record will go into the target table? i dont see any col to col mapping?

PS: let me know if you have more questions.
Post Reply