I'm building an intercept for jaxws soap services that needs to operate in both client and server contexts.
After attaching the debugger to my POST_LOGICAL interceptor, I do not see any variables within the message context that contains anything related to the soap method being executed, which I unfortunately need. Is there another way to obtain this or do I need to run in a different phase?
