Is there a built in sensor that can send an XML request and monitor the results? We want to monitor our webservices and make sure they're working end to end, which requires validation of the response.
Example: Send xml <service> <User ID> <Validate User> etc... Response <User ID> <Token> GUID </token> </User ID>
We want to validate that GUID is returned and not missing.
Add comment