cancel
Showing results for 
Search instead for 
Did you mean: 

Add audit Log entry in Server Java Proxy

Former Member
0 Kudos

Hi All,

We have an async server Java proxy (receiver adapter type SOAP) on PO 7.31 single stack. We would like to add some audit log entries in the Java proxy code so that it helps in monitoring. However, what we have found from the existing documentation on Java proxies, the ProviderXIMessageContext interface does not support the getMessageID() functionality, which means we are unable to use the method PublicAPIAccess.getAuditAccess() as it requires the message Id as key.

Also, these methods are on the aii.proxyruntime whereas for us it is webservices.espbase where the audit logs need to be added.

We know how to add the audit logs in an adapter module, but the same classes and methods are not available when implementing a Java proxy, so any pointers how to do the same for a java proxy?

Regards,

Shiladitya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Shiladitya,

Did you find a solution to add audit log entry in server java proxy?

I need to do the same.

Pavel