cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Request attributes for SOAP response body

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?

1 REPLY 1

gilgi
DynaMight Champion
DynaMight Champion

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.

Featured Posts