'How to load test soap api using jmeter
How to load test soap api using jmeter 4.0 , multbinding The follow: example for soap request ::
Solution 1:[1]
JMeter naturally supports SOAP protocol, you will need the following Test Elements:
HTTP Request sampler - to send request itself, put your XML payload into the "Body Data" tab
HTTP Header Manager - to send web-service-specific headers like
Content-Type
andSOAPAction
See the following reference material for comprehensive information on web services load testing using JMeter:
Solution 2:[2]
SOAP uses XML payload and POST HTTP method, so as such you can easily test it with jmeter. If you hava abiltiy to capture soap requests, you can save them to CSV files to load it by JMeter. Another great load testing look you might take into account is wrk
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Dmitri T |
Solution 2 | Adrian |