I just use a normal HTTP Request with Method=POST, and specify a file for the XML contents to send. Wish I could embed the XML contents in the JMeter test script instead of putting it in a separate file, but that's worked great for testing my RESTful service (built using Jersey).
D On Wed, Sep 7, 2011 at 9:34 AM, Bruce Ide <flyingrhenqu...@gmail.com> wrote: > I would swear that I've used the SOAP request for that in the past. My > service wanted a post in XML format, but it doesn't seem to provide a WSDL > or anything I'd normally associate with SOAP. If your service wants some > XML, I'd suggest giving that a try. > > -- > Bruce Ide > flyingrhenqu...@gmail.com >