-1

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

Akhil
  • 1
  • 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 Answers1

0

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

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