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