| Author |
Load Testing Using Jmeter
|
Deep Mukherjee
Greenhorn
Joined: Jan 04, 2010
Posts: 19
|
|
|
I have to test my web service using Jmeter .My web service consumes one hash map .Hash Map contains two strings.I have to send that Hash map through Jmeter .But not sure how to script that in Jmeter .CAn any one Help
|
 |
amit punekar
Ranch Hand
Joined: May 14, 2004
Posts: 488
|
|
Hi,
how are you sending the HashMap to the webservice?
I suppose you must be sending XML request to webservice, isnt it?
In JMeter you need to use SOAP sampler and embed your SOAP request in it. Using this sampler you can invoke your webservice and check the results.
regards,
Amit
|
 |
 |
|
|
subject: Load Testing Using Jmeter
|
|
|