Can jmeter create requests using wsdl as soapui

好久不见. 提交于 2019-12-24 07:58:55

问题


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?


回答1:


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

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.



来源:https://stackoverflow.com/questions/45207285/can-jmeter-create-requests-using-wsdl-as-soapui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!