24 Apr 2019 08:37 AM - last edited on 13 Dec 2021 03:22 PM by MaciejNeumann
Hello.
We have one request in service (oracle OSB weblogic process) - /integration/somerequest
Customer want split it by request attribute. But difference in requests is only in request body (xml form), URL, headers are same. Not additional methods are called, only standard Weblogic API.
But i think that capture requests attributes from request body as java method value (if it is possible) not good idea.
Maybe somebody have such case and experience in this with Oracle OSB.
Any help, remarks, comments are welcome. Thank you.
Regards,
Alexander
24 Apr 2019 09:02 AM
In general there is no other way than catching XML body from method argument and use regex to take argument you need. This will work if xml isn't big. If it is large it may cause increasing resources consumption on Dynatrace Server, and traffic amount between agents and server as well.
Sebastian