Hi, I have a need to read some of the query parameters on the URL at the interceptor level. My Interceptor is a PRE_INVOKE phase on the Inbound side.
Apparently injecting a webserviceContext resource does not work, leaving me to think that all I have to work with is the SoapMessage object. Is there a way to pull off the query parameters from this object? Or some other way within the interceptor? -- View this message in context: http://cxf.547215.n5.nabble.com/Query-Params-on-Interceptors-tp5734509.html Sent from the cxf-user mailing list archive at Nabble.com.
