21 Nov 2020 12:51 PM
Hi,
We are monitoring a SOAP web service running on JBoss. There's a need to create alerting based on the SOAP response body, as the request can fail from a business function perspective even though the http response is 200 OK and no exceptions are raised.
Request attributes can be defined e.g. based on response headers or POST parameters, but not really based on response body. Would the right approach then be to define the request attributes via Java method parameters?
Solved! Go to Solution.
22 Nov 2020 01:50 PM
Hi @Kalle L.,
Yes. As Dynatrace does not parse the payload itself, your only option is to look at the Java method parameters. Maybe they are also creating their won exceptions that you could rely upon?
Gil.