aspose file tools
The moose likes Performance and the fly likes Load Testing Using Jmeter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Load Testing Using Jmeter" Watch "Load Testing Using Jmeter" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Load Testing Using Jmeter
 
Similar Threads
Suggestion for the Load Testing Tools Needed
Login Application Configuration on JMeter
hashmap or other structure?
IIS Tomcat
Synchronizing a Hash Map accessed by two threads.