SOAP API with AES Encryption in Jmeter

257 Views Asked by At

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

1

There are 1 best solutions below

1
Dmitri T On

You can use jmeter-wssecurity plugin for signing/encrypting messages using various AES algorithm implementations

  1. Install WS Security for SOAP plugin using JMeter Plugins Manager

    enter image description here

  2. Once 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.

    enter image description here

More information: Running SOAP WS-Security Load Tests in JMeter