How can I test WSDL?

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

How can I test WSDL?

Post by Nagaraj »

I have exposed the job as a webservice, and i have the WSDL created in console, now i want to test the webservice by calling it,
How do i do it?

I tested the wsdl thru external tool like soap UI, but i want to test it being in Datastage environment itself, how do i test it?

Please post suggestions so that i will give more information.

Thanks
-Raj
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

You use Web_Service_Client stage to call your service. On the stage's general tab, you provide the Service Name, Operations Name, etc. of your Web Service.
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

Post by Nagaraj »

Yes Got it, thanks for the information.
Post Reply