Hi,

You didn't elaborate your user scenario, but it looks like a pure CXF question. You can use jaxws dispatch provider way to handle soap/payload stuff, take a look at jaxws_dispatch_provider example shipped with CXF kit.

Freeman
On 2011-10-26, at 上午12:14, Shaffin Bhanji wrote:

Hello,

I am setting up a soap webservice using JAXB starting from a wsdl file
that has my operation and data elements defined.

1. create wsdl
2. run wsdl2java
3. implement a SEI

When a call is made to my service, it is already marshaled into an
object. I attached an interceptor:

@InInterceptors(interceptors =
"org.apache.cxf.interceptor.LoggingInInterceptor")

and I do the payload information logged, but what I want is the
request payload to be sent into the webservice operation or be able to
get it to send to my other processors. Any ideas?

Thanks,
Sam.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com









Reply via email to