David,
One resource to check out is Glen Mazza's weblog on custom interceptors:
http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors
You can implement an interceptor based on the AbstractSoapInterceptor as part
of the server inbound interceptor chain. This will give you access to the full
SOAP message. Please pay close attention to the notes in the weblog regarding
the interceptor phase you select.
Best Regards,
Michael Hoffman
> Date: Fri, 28 Mar 2014 09:46:56 -0400
> Subject: Access to SOAP parameters and parameter names in interceptor
> From: [email protected]
> To: [email protected]
>
> Hi,
>
> I'm sure this has been asked before, but I can't seem to find the answer.
>
> I need to validate SOAP parameters, so need to access the incoming
> parameter name/value in a Interceptor.
>
> How would I do this?
>
> cheers
>
> David