Reputation: 1
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
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:
Content-Type
and any other headersPerhaps Testing SOAP/REST Web Services Using JMeter guide can be a good place to start with.
Upvotes: 1