Re: Error after turning on Schema Validation

2009-08-01 Thread Andrew Clegg
Well it *sounds* like the WSDL defines an element called arg0 in one of the operations that your SOAP message doesn't contain, but it's a bit hard to say more without seeing the WSDL and the SOAP message in question :-) Andrew. 2009/8/1 Suneet Shah suneetshah2...@gmail.com: Hello, I am

char and Character converted to ascii numbers when serializing to application/json objects

2009-08-01 Thread kanch
Hi all, I have an object that contains a Character property. When I call my REST service to retrieve an object of this type in json format (@Produce(application/json)) it converts the Character to it's ascii representation. How can I stop this and retrieve the actual character? Thanks in

Re: char and Character converted to ascii numbers when serializing to application/json objects

2009-08-01 Thread Benson Margulies
What version of CXF? What databinding? On Sat, Aug 1, 2009 at 12:38 PM, kanch podde...@gmail.com wrote: Hi all, I have an object that contains a Character property. When I call my REST service to retrieve an object of this type in json format (@Produce(application/json)) it converts the

Re: char and Character converted to ascii numbers when serializing to application/json objects

2009-08-01 Thread kanch
CXF 2.2.2. I've been using the cxf-bundle-jaxrs package, and default databinding. bimargulies wrote: What version of CXF? What databinding? On Sat, Aug 1, 2009 at 12:38 PM, kanch podde...@gmail.com wrote: Hi all, I have an object that contains a Character property. When I call my