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

