Page 1 of 1

SOAP Project

Posted: Tue Dec 15, 2015 12:07 pm
by NewLearner
Hi
I'm new to web service testing, i have soap project file, i just opened with soap UI and check some test cases are in the project, now i thought to use ranorex to do some test scenario using this soap project, i read the post http://www.ranorex.com/blog/how-to-test ... th-ranorex
But i dont know how to open soap project file in to ranorex, i tried in right click at references but soap project can't come into ranorex, since I'm new to web service testing, I dont know what is WSDL and soap project file.

1. please let me know if anyone has knowledge on how to open soap project into ranorext
2. can we take WSDL details from soap project?

Thank you....

Re: SOAP Project

Posted: Tue Dec 15, 2015 12:45 pm
by odklizec
Hi,

I had a similar need some time ago. The Ranorex tutorial for automating webservices was not exactly what I looked for, so I put together a code capable of sending SOAP requests from file and comparing the response (with predefined reference file). You can find my sample code here:
http://www.ranorex.com/forum/restful-we ... t8413.html