Re: default behaviour of cxf on base64 encoded message

2014-06-16 Thread Daniel Kulp
On Jun 14, 2014, at 2:40 PM, Ravindra Kondiparthi ravi.4in...@gmail.com wrote: I am trying to understand the behaviour of cxf for element xs:element name=Payload ns1:expectedContentTypes=application/octet-stream type=xs:base64Binary xmlns:ns1=http://www.w3.org/2005/05/xmlmime/ Payload

default behaviour of cxf on base64 encoded message

2014-06-14 Thread Ravindra Kondiparthi
Hi, I am trying to understand the behaviour of cxf for element xs:element name=Payload ns1:expectedContentTypes=application/octet-stream type=xs:base64Binary xmlns:ns1=http://www.w3.org/2005/05/xmlmime/ Payload element is unmarshalled to a DataHandlerObject . looks like cxf is decoding the