I am going to do load test on SOAP API and involves operations like AES Encryption. Can we perform the load test by using Jmeter. If yes, How we can overcome issue. Thanks
Asked
Active
Viewed 244 times
-1
-
Welcome to SO! Please see "[ask]", "[Stack Overflow question checklist](https://meta.stackoverflow.com/questions/260648)" and all their linked pages. Your question is too general; We need more information, like "overcome issue"? What issue? – the Tin Man Apr 24 '20 at 03:49
1 Answers
0
You can use jmeter-wssecurity plugin for signing/encrypting messages using various AES algorithm implementations
Install
WS Security for SOAP
plugin using JMeter Plugins ManagerOnce you do this and restart JMeter you should be able to add
SOAP Message Encrypter
pre-processor and specify desired encryption settings there like algorithm, which message parts to encrypt, whether to encrypt attachments, etc.
More information: Running SOAP WS-Security Load Tests in JMeter

Dmitri T
- 159,985
- 5
- 83
- 133