Page 1 of 1

How can I test WSDL?

Posted: Wed Nov 12, 2008 4:08 pm
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

Posted: Tue Nov 18, 2008 4:41 pm
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.

Posted: Tue Nov 18, 2008 5:03 pm
by Nagaraj
Yes Got it, thanks for the information.