On 31/05/07, andrew m. boardman <[EMAIL PROTECTED]> wrote:
Hi, all. I'm using jmeter to test an HTTP-based service which takes XML input with POST, PUT, and DELETE requests. Using POST works perfectly with the SOAP/XML-RPC request, but that sampler makes a hardcoded POST request. Alternately, I can use any method with the HTTP sampler, but it doesn't support arbitrary XML input.
If you are using (or can use) files to contain the XML, then there have been some changes to JMeter that allow these to be sent as is without adding any wrapping.
Any ideas? My current plan is to extend the SOAP/XML-RPC sampler for non-POST requests, but if there's an easier option I've missed I'd love to hear about it. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

