简体   繁体   English

Jmeter Web服务测试(HTTP原始请求)

[英]Jmeter Web service Testing (HTTP Raw Request)

How to test web services which is written in PHP as "HTTP Raw Request" , I tried J meter Raw request Plugins, but i donno what to give in Request Data, And Data File Path ???? 如何测试用PHP编写为“ HTTP Raw Request”的Web服务,我尝试了J meter Raw request插件,但是我不知道在Request Data和Data File Path中要提供什么?

Kindly Suggest me to go further in Jmeter !!!! 请建议我在Jmeter中走得更远!!!

SOAP Web Services are talking XML. SOAP Web服务正在谈论XML。 REST Web Services are accept and reply JSON. REST Web服务接受并回复JSON。

For XML-based Web Service you should be using 对于基于XML的Web服务,您应该使用

For REST-based Web Service following components are quite good: 对于基于REST的Web服务,以下组件非常好:

Perhaps Testing SOAP/REST Web Services Using JMeter guide can be a good place to start with. 使用JMeter测试SOAP / REST Web服务指南也许是一个很好的起点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM