> 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.
It turns out this (specifying a filename for "Send a File With the Request", using the r543291 build) works fine for POST and PUT, but is ignored for DELETE. If I'm reading things right, there's simply no allowance made for this in HTTPSampler2.java, which seems to be a bug. (Not so much the lack of support, though of course I'd prefer to have it, but the lack of any UI indication that the filename is only used for a subset of the available HTTP methods.) Is it appropriate to file bugs against the nightly builds for stuff like this? For a more generalized answer to this, while I'd still love to be able to give the "SOAP/XML-RPC Request" sampler a method specifier, it seems like it and the base HTTP samplers are covering a lot of the same ground, and perhaps what's really called for is an overhaul of the UI to consolidate the functionality; the ideas in bugzilla #41917 look like a good direction for this. andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

