How can I test my webservice with different input parameters
I have a simple service where it returns an xml for a id. I created a test case using SoapUI. This allowed me to test the service for an id of 100. I wish to run a load test where it will test the se...