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?
Does anyone know what's going wrong? Thanks, Howard -- View this message in context: http://old.nabble.com/Field-Decrypts-but-does-not-unmarshall-tp26880203p26880203.html Sent from the cxf-user mailing list archive at Nabble.com.
