0

I am working on WSSE Security Service and trying to apply load on the load using JMeter.

Followed the below steps:

  1. First executed the WSSE Security service request in SoapUI.
  2. Now using JMeter proxy in SoapUI recorded the WSSE Security request date using JMeter recorder.
  3. Added 'SOAP Message Username Token' pre-processor to HTTP REQUEST and passed the username and password. enter image description here
  4. Provided the necessary data to the request and on hitting the run time is displaying with below exception. enter image description here

Can someone please help me on the above that how can I work with WSSE Security Service in JMeter

Sri
  • 3
  • 4

1 Answers1

0

Most probably you're not sending the same request as SoapUI does, i.e. protocol, host or path mismatch.

You can inspect the raw requests originated from:

Once you figure out what are the differences and amend JMeter configuration to send the same request as SoapUI does the error should go away.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • I had cross checked the original raw request and compared to that of request sent in JMeter and found that both are same. – Sri Aug 03 '23 at 05:22