Search code examples
web-servicesjmeterwcf-web-api

How to send a webservice request to .svc site in jmeter?


I'm a tester who's been asked to stress test a wcf webservice application, this is by no means my domain. I've seen many tutorials/demo's online that explain how to send a message to a web service using the wsdl info in the path field in jmeter. But I have a .svc pathway and a endpoint name. How can I send a SOAP webservice message using this? Can I use SOAP or should it be a restful message?

Thanks in advance for help.


Solution

  • Turns out that although the service is WCF, but client can consume the service using either SOAP or by REST call and I have managed it both ways.