Creating WebService test harness
Posted
by user232337
on Stack Overflow
See other posts from Stack Overflow
or by user232337
Published on 2010-03-15T17:25:58Z
Indexed on
2010/03/15
17:29 UTC
Read the original article
Hit count: 162
Hello,
I am trying to create a test harness for our QA staff to test our internal web services. I would like to create a web app that will allow them to enter a uri then submit. The web app will then interrogate the uri to get the appropriate parameters expected and returns with a generated input form. I know, this would be similar to SOAPUI and others. However, I feel it would be earier for them to be able to just use a form with entry fields and click a button to invoke the service and get the results back for display in the web app. In addition, I could create some custom logic that allows them to generate specific behavior they need.
Has anybody done anything like this? I have searched and have found similar functionality but nothing close enough to help me. If you need more details please let me know.
Any help would be greatly appreciated.
Thanks in advance!
Ryan
© Stack Overflow or respective owner