Creating WebService test harness
- by user232337
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