No SOAP/XML-RPC Sampler exists in JMeter 3.2

久未见 提交于 2019-12-24 10:07:27

问题


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?


回答1:


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.




回答2:


SOAP API option has been deprecated from JMeter updated version.

SO if you have any previous script for the API, then it will not work in updated versions of Jmeter.



来源:https://stackoverflow.com/questions/45485848/no-soap-xml-rpc-sampler-exists-in-jmeter-3-2

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