Web Service Client - How To

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

Web Service Client - How To

Post by MrBlack »

Does anyone have any good resources explaining/demonstrating the web services client stage?

Want I'm working on is being able to transfer XML data (either a file or from the DataStage XML stages) to an outside SOAP service and I thought this might a good opportunity to see if DataStage could accomplish this task.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Start from reading the WSPACK_Designer.pdf file. Have fun.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Note that, if you expect a SOAP response, you will need to prefer the Web Services Transformer stage, rather than the Web Services Client stage. All that is in the manual suggested.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

Post by MrBlack »

Found this:

http://publib.boulder.ibm.com/infocente ... layer.html

Much more informative than lstsaur post :P
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

I have some other posts that you might want to browse thru, over at www.dsrealtime.com ...go to the table of contents link at the upper right and find the posts on web services. There are several there with additional tips that might simplify your journey.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply