> > 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.
Ahh, so I see. Thanks, that solves at least part of my problem, although it would be a bit cleaner (and would let me do variable expansion) to be able to either specify the HTTP method in the SOAP/XML-RPC sampler or to have a fill-in text box (preaumably with variable substitution) in the vanilla HTTP sampler. (As is, it looks like I'll need to write some beanshell or java or whatever to get that functionality back.) Thanks for the quick answer! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

