I am using JMeter to make test calls to Dynamics CRM 2011 web services.
I have a SOAP/XML-RPC Request configured to call the Retrieve operation. The URL is set to http://<>/XRMServices/2011/Organization.svc/web and the SOAPAction is set to Retrieve.
When I run the test, I get 401 (Unauthorized) error.
I tried adding an HTTP Authorization Manager with the username and password as well but still no joy.
Can anyone help?