I would like to load test a rest-style web service. In this case that would be: an HTTP POST sending only xml in the HTTP request body. I am not using SOAP.
Is that possible to test with JMeter? If so, how do I emulate sending only xml in the request?

