Ori Marko
Ori Marko

Reputation: 58772

Can jmeter create requests using wsdl as soapui

Can jmeter create requests using wsdl as soapui?

When you open wsdl in soapui it create all the request available

Do I have such/similar option to do it using jmeter?

Upvotes: 1

Views: 1419

Answers (1)

Dmitri T
Dmitri T

Reputation: 168052

Itself JMeter cannot, however you can record SoapUI execution through JMeter's HTTP(S) Test Script Recorder.

SoapUI proxy configuration lives under File -> Preferences -> Proxy Settings

SoapUI Proxy Configuration

Another option is using Taurus tool to convert SoapUI XML project into JMeter .jmx test script, see SoapUI Support and How to Convert SoapUI xml to JMeter jmx articles for more details.

Upvotes: 3

Related Questions