Access payload from SEI
Hi,
in my Service Endpoint Implementation I have a requirement to do logging of initial SOAP xml, based on sophisticated business logic. How can I access the payload from SEI? I don't want to fall back to low level Provider implementation, nor to create and configure additional handlers for that. I just need to access initial xml in some rare cases. Does anyone have any clues on how to achieve that?
Thanks.