14 Aug 2026
07:24 AM
- last edited on
17 Aug 2026
07:28 AM
by
MaciejNeumann
I'm trying to capture business data from an Oracle SOA Composite payload as Dynatrace Request Attributes.
Currently, I'm targeting:
Using Deep Object Access on Normalized message parameter, the following works:
Questions:
Any examples or best practices would be greatly appreciated.
Thanks!
17 Aug 2026 02:27 PM
1. No, there is no XPath, element selector, or index syntax.
2. Yes
3. You can use post processing to extract whatever tag you need https://docs.dynatrace.com/docs/shortlink/request-attributes-method-arguments#post-processing
19 Aug 2026 06:49 PM
Hi Mark,
Because the xml contains thousands of tags, getTextContent() only gives the tag values without the tag names, and the request attribute can store only around 240 characters, so this approach didn't work in this case.
Thanks
Featured Posts