Re: [JMeter] - About Web Services

Juan Jesús Cremades Monserrat <[email protected]> Wed, 26 May 2010 14:51:05 +0200
Newsgroups gmane.comp.jakarta.general
Message-ID <[email protected]>
>
> Hi,
>
> I'm reading about JMeter and I have a question about the test with Web
> Services. When I send a number of request, for example 15, and all the
> request results correct but the XML content could have some message error.
>
> Does some meaning exist to detect if the XML message has an error inside?
>
> Example:
>
>
>    1. Correct result: <?xml version
>    ...><responses><response>a</response>...</responses>
>    2. Bad result: <?xml version ...><error>Message Error</error>
>
> Thanks
>