Reputation: 5671
I try to execute SOAP
requests in JMeter
, but I can't find possibility to import WSDL
files. I found, that it was present as SOAP/XML-RPC Request
in JMeter 2.X
with an URL field, but it is deprecated in JMeter 3.X
. There is no such field in current HTTP Request Sampler
.
Upvotes: 1
Views: 4293
Reputation: 34526
SOAP/XML-RPC Request was removed for performance reasons.
There is now a Template called Building a SOAP Webservice Test Plan that shows how to test SOAP WS:
When you need to create a test from a WSDL, you should use SOAP UI and then convert your SOAP WS Test to JMeter through the following procedure:
Upvotes: 2