Hi,

I'm building some monitoring interceptors to evaluate my Web Services, so
I'd like to "mark" some messages on the client-side using an Id and recover
that Id on the server-side in order to build a correlation. How can I send
contextual informal (like that Id) from the client to the server side? The
solution that I found was to use a client-side interceptor to put it on a
SOAP header and other interceptor (on the server side) to read it. Is there
some other way like a built-in context? What if I have a Restful service?

Thank you, very much!

-- 
Fábio

Reply via email to