Sengu Msc
Sengu Msc

Reputation: 1

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 ????

Kindly Suggest me to go further in Jmeter !!!!

Upvotes: 0

Views: 1850

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

SOAP Web Services are talking XML. REST Web Services are accept and reply JSON.

For XML-based Web Service you should be using

For REST-based Web Service following components are quite good:

Perhaps Testing SOAP/REST Web Services Using JMeter guide can be a good place to start with.

Upvotes: 1

Related Questions