You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Howard Points <ho...@aa.com> on 2009/12/21 22:31:54 UTC

Field Decrypts but does not unmarshall


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.


Re: Field Decrypts but does not unmarshall

Posted by Daniel Kulp <dk...@apache.org>.
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
dkulp@apache.org
http://www.dankulp.com/blog