dhartford
17 years agoNew Contributor
Way to test http parameter based response service
Trying to be careful with my terminology, as not sure if this is 'REST' or not.
Basically, I have a service over http that takes http parameters and returns a singular response.
http://localhost/myapp/helloname?fname= ... flintstone
raw response: "hello fred flintstone" (no actual html, but it could).
The above simplifies my challenge, but the two questions (that I would like an answer to both):
1) How can you load-test the above with SoapUI (testing SOAP/WSDL webservices already, and want to compare load differences with the SAME tool, to compare apples to apples, if possible).
2) The above demonstrates I want to have a small transport of data/need for marshall-demarshall/processing as possible. Is there a more formal/better approach over HTTP?
thanks!
-D
p.s. first time using SoapUI, providing very easy to use and useful!.
Basically, I have a service over http that takes http parameters and returns a singular response.
http://localhost/myapp/helloname?fname= ... flintstone
raw response: "hello fred flintstone" (no actual html, but it could).
The above simplifies my challenge, but the two questions (that I would like an answer to both):
1) How can you load-test the above with SoapUI (testing SOAP/WSDL webservices already, and want to compare load differences with the SAME tool, to compare apples to apples, if possible).
2) The above demonstrates I want to have a small transport of data/need for marshall-demarshall/processing as possible. Is there a more formal/better approach over HTTP?
thanks!
-D
p.s. first time using SoapUI, providing very easy to use and useful!.