Maybe the PRE_INVOKE phase: http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors
Glen eric239 wrote: > > Hello. > I need to persist all outgoing WS requests in the database with the > goals of tracking performance, making failed calls available for manual > review and resubmission. > I suppose I need to code a custom interceptor. > I started looking at LoggingOutInterceptor but found it to be rather > convoluted and non-straightforward. Is there a better starting point? To > reiterate, I need to capture the [SOAP] message after it has passed all > the marshaling, etc. phases and right before it is put on the wire > (HTTP). > Thanks! > -- View this message in context: http://cxf.547215.n5.nabble.com/Persisting-outgoing-reqs-interceptor-tp1223505p1223570.html Sent from the cxf-user mailing list archive at Nabble.com.
