I read the docs, and only found this: http://cwiki.apache.org/CXF20DOC/servlet-transport.html#ServletTransport -AccessingtheMessageContextand%2ForHTTPRequestandResponse
However, I would like to access the the HTTP request object from my subclass of AbstractPhaseInterceptor - how would I do that? I tried getting the destination via SoapMessage.getDestination(), but it's of type "ServletDestination"... I also tried SoapMessage.getExchange(message).getConduit(), but that returned null. Thanks and any help, -Chris W. -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
