JMETER:如何排除代理

时间:2014-07-22 08:11:42

标签: web-services wsdl wso2 jmeter

我在WSO02上构建了一个Web服务,该服务在我的笔记本电脑上运行的虚拟机中运行。

我的笔记本电脑IP:10.118.xx.yyy

我的网络服务wsdl:http://192.168.zz.kkk/wso001/services/OperCupPrepareProxy?wsdl(注意:192.168.29.128是我虚拟机上的WSO2 ESB的IP)

我可以使用直接在我的笔记本电脑上运行的SOAP UI来调用我的Web服务(即不在虚拟机中运行...),没有代理设置,所有它都正常工作

现在我想使用直接在我的笔记本电脑上运行的JMeter测试我的Web服务(即不在虚拟机中运行...),并使用WSO2调用在虚拟机内运行的Web服务。

JMETER回应......

回复代码:500 响应消息:内部服务器错误

<faultstring>The endpoint reference (EPR) for the Operation not found is /wso001/services/OperCupPrepareService?wsdl and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.</faultstring>

如何设置JMETER来调用我的Web服务?

提前感谢

切萨雷

0 个答案:

没有答案