How to integrate selenium with web service/soapui
Hello,
I am trying/want to verify/Integrate web services/soap ui using selenium webdriver Java. I searched many blogs but I did not find the steps for it.
Could you please let me know the steps, code or any links.
Thanks.
Hi Rocky,
You have a very good question. Most of us have this need. There are two ways to do this
1. Create a your own consumer around your WebService. Can you tell us what type of Webservices it is?
2. SOAPUI gives an interface around its services that you can call in your test code. You can read more about this from
http://www.soapui.org/apidocs/overview-summary.html
Thanks
Virender
Any particular solution or sample code or links?, for the above question please.