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

Oracle OSB / Weblogic / get request name from xml body

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

 

1 REPLY 1

skrystosik
DynaMight Guru
DynaMight Guru

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


Regards, Sebastian

Featured Posts