Forum Discussion

IamDiana's avatar
IamDiana
New Contributor
16 years ago

How to soap

Hi ,
We have an app which used lot of REST webservices. We want to test them . It is difficult for us to create a project and test case and test suite to each of the REST urls as the numbers are many.

What we indend to do is , intercept all the requests coming into webservice server , record them and save them as test cases and re run them later and compare the results with the known good results.

For this purpose we thought SOAP UI's soap monitor can be used.  We want to know :
a) can we setup  the soap ui monitor - proxy as localhost:8081 ( as per http://www.soapui.org/userguide/monitor/index.html ) to observe the remote webservice URL ?
b) what should be changes done in the client access ?  Do I have to run the client ( as a recorded test cases / load tests ) from soap UI tool only ?
c) Is there any command line utility to invoke the soap monitor ?

We are not sure how to go about  ompletely implemented I want to record all the requests and responses to a webservice
No RepliesBe the first to reply