On Mon December 21 2009 4:31:54 pm Howard Points wrote: > I have a field in an inbound request that is encrypted via WS-Security. I > can step into the wss4j code and see the field is being decrypted properly, > but the field is null when it gets into my endpoint impl. I am thinking > that something is going wrong during the unmarshalling. The field of > concern type is an xsd:any. I am using CxF 2.2.5. I set a breakpoint in > SoapHeaderInterceptor and stepped through it, but did not see any problems. > Is there a better place to set a breakpoint to debug this?
Hmm... you are probably down deep in JAXB at this point. Not sure how to debug this. I guess my immediate suggestion would be to turn on schema validation and seeing if that spits an error out. Dan > > Does anyone know what's going wrong? > > Thanks, > Howard > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
