Seb, I am not expert on SOAP, however it would appear that the XML-RPC spec does not preclude chunked encoding, but it does insist on content length. I only say this to back up your point, that having both is not a bug, but is probably not what most server implementations would be expecting.
AJ On Mon, 2007-02-05 at 23:53 +0000, sebb wrote: > Just for completeness: turns out it's not a bug. > > However I have changed the SOAP-RPC sampler to not use chunked > encoding when sending data supplied in the text box. > > On 05/02/07, Scott Cederberg <[EMAIL PROTECTED]> wrote: > > I have opened a bug regarding this issue and attached a JMX file that > > reproduces the problem. The bug is #41536. > > > > > > Scott > > > > On 2/4/07, sebb <[EMAIL PROTECTED]> wrote: > > > On 04/02/07, Scott Cederberg <[EMAIL PROTECTED]> wrote: > > > > On 2/3/07, sebb <[EMAIL PROTECTED]> wrote: > > > > > You'e right - sorry, I misread the headers: > > > > > > > > > > Accept: multipart/* > > > > > Content-Length: 873 > > > > > Content-Type: text/xml; charset=utf-8 > > > > > SOAPAction: "urn:Path/To/Soap#mySoapAction" > > > > > User-Agent: Jakarta Commons-HttpClient/3.0.1 > > > > > > > > > > It does seem odd that there are apparent part length markers. > > > > > There is already a content length header which should mean that the > > > > > part sizes are not needed. > > > > > > > > > > Which version of JMeter are you using? > > > > > > > > I'm using JMeter version 2.2. > > > > > > > > I notice that the SOAP Sampler is using the Jakarta Commons HTTPClient > > > > library, which the HTTP Sampler that I've used previously is not. I > > > > tried using the HTTP Sampler HTTPClient to see if it also inserted > > > > part sizes into a POST request, which it did not on the request I > > > > tried. > > > > > > Looks like a bug in JMeter then, so please create a Bugzilla issue, > > > and attach (*) any relevant files such as jmeter.log and the jmx file > > > (scrub any private data first!). If you can provide a script that > > > shows the fault with a public SOAP server that would be ideal. > > > > > > (*) you need to create the issue before you can attach anything. > > > > > > --------------------------------------------------------------------- > > > 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] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > www.cubicalland.com www.nerds-central.blogspot.com

