4

How I can make test SOAP Request in JMeter version 3.2? In old version I had Soap/XML-RPC Data sampler while in version 3.2 I don't see this option. Please help.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
luki88
  • 81
  • 1
  • 5

1 Answers1

6

Use HTTP Request sampler, in case you need to set some headers like Content-Type or SOAPAction you can use HTTP Header Manager

You can see Building a WebService Test Plan article for more information if required.

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