I was probably too specific in subject. I have my own multithreaded
performance suite written in Java to test web services. At the moment it
generates SOAP messages using particular (Java) SOAP stack which is under
testing. But this is probably very slow to test C SOAP stacks. Since this
framework is rather general I am considering to implement test which
resembles JMeter in that way it will send raw HTTP POST containg SOAP
request loaded from file on the disk avoiding serialization/deserialization
on the client side. I have no idea how fast is the process of sending HTTP
POST from Java compared to processing that request by C SOAP stack. I
suppose that you've considered and probably optimized this operation in
JMeter.

BTW I have tried the SOAP testing with JMeter. The problem I've encountered
that I would prefer to measure "Messages/sec" instead of response time. Is
that possible? The response time was often very short resulting in zero. I
didn't investigate this futher.

Tomas


----- Original Message -----
From: "Mike Stover" <[EMAIL PROTECTED]>
To: "JMeter Users List" <[EMAIL PROTECTED]>
Sent: Thursday, February 06, 2003 6:07 PM
Subject: Re: testing peformance of C SOAP stack with JMeter


> JMeter's SOAP support is alpha code, at best.  It's there waiting for a
developer to
> fix it up and make it work for them.
>
> -Mike
>
> On 6 Feb 2003 at 17:50, Tomas Bahnik wrote:
>
> > I would like to know your opinion if it is reasonable to test
performance of
> > C (C++) SOAP stack with JMeter, or any Java multihreaded SOAP neutral
> > testing tool. By SOAP neutral I mean that no
serialization/deserialization
> > framework is used on the "client" side to generate SOAP request and
> > processing the SOAP response, but raw SOAP message is sent using http
POST
> > and some validation of response is done.
> >
> > Thanks
> >
> > Tomas Bahnik
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> Michael Stover
> [EMAIL PROTECTED]
> Yahoo IM: mstover_ya
> ICQ: 152975688
> AIM: mstover777
>
> ---------------------------------------------------------------------
> 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]

Reply via email to