Hey All,
Sorry if this has been asked befower, I don´t know how to search for it.
But basically I want to match events based on a value in between two tags:
response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <TransactionResponse> <Result> <ResponseCode>1030</ResponseCode> <ResponseMessage>Invalid token</ResponseMessage> <ResponseTimestamp>15082018170001</ResponseTimestamp> <MerchantID>AUP006DM006</MerchantID>
I need to be able to target any events that contains:
<ResponseCode>1030</ResponseCode>
With any number except from 1000.
Any ideas?