Search code examples
soapjmeterjmeter-3.2

No SOAP/XML-RPC Sampler exists in JMeter 3.2


I was a bit surprised that my JMeter 3.1 scripts didn't work in 3.2.

What is the reason of removing SOAP/XML-RPC Sampler in JMeter 3.2? Is there some performance issue etc?


Solution

  • This is part of the JMeter's change due to remove support of HTTPClient 3.1.

    SOAP/XML-RPC Request has been removed as part of Bug 60727. Use HTTP Request element as a replacement.

    See Building SOAP request for more details.