Sri
Sri

Reputation: 13

org.apache.http.client.ClientProtocolException while working with WSSE Security Service in JMeter

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

Upvotes: 0

Views: 178

Answers (1)

Dmitri T
Dmitri T

Reputation: 168002

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.

Upvotes: 0

Related Questions