Hi,

I had some difficulties with the SOAP/XML-RPC sampler - but:
  a. this sampler was needed for HTTP / POST requests;
  b. the issue was strictly related to the content of the post data
(it contained headers for multi-part content/related within the post data
and those shouldn't be measured as content length, only the actual content)

One solution is to measure the content-length with a pre-processor and send
it with Header-Manager (it I remember correctly, it overrides the automatic
calculation of the content-length).

On Tue, Nov 1, 2011 at 12:20 AM, Deepak Shetty <shet...@gmail.com> wrote:

> if thats the case , isnt the problem with your proxy?
>
> On Mon, Oct 31, 2011 at 11:25 AM, Stevo Slavić <ssla...@gmail.com> wrote:
>
> > Btw, when the request is smallish, it passes through to the Tomcat and
> > gets processed well.
> >
> > On Mon, Oct 31, 2011 at 7:07 PM, Stevo Slavić <ssla...@gmail.com> wrote:
> > > Hello JMeter users,
> > >
> > > A simple test with SOAP/XML-RPC Request sampler is failing for me when
> > > trying to access Java application deployed on Tomcat through nginx
> > > (nginx returns 408). When test is configured to send directly the
> > > request to Tomcat it works. Not sure yet but it seems JMeter is
> > > sending wrong content-length header value.
> > >
> > > Has anyone experienced anything similar?
> > >
> > > Using JMeter 2.5.1, Java 1.6, on Windows 7 x64, while nginx and Tomcat
> > > are on Linux.
> > >
> > > Regards,
> > > Stevo.
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> >
> >
>

Reply via email to