Hi If you do JAX-RS then you can use Aegis and JSON providers in tandem, Aegis will handle application/xml requests, JSON one will deal with application/json.
If you use Aegis as part of SOAP processing, then you can still annotate the same bean with JAX-RS annotations and register a jax-rs endpoint on the same port and have JSON supported. Cheers, Sergey -----Original Message----- From: Parin [mailto:[email protected]] Sent: 14 June 2009 20:50 To: [email protected] Subject: Aegis + JSON ---> is it supported? I just want to confirm that if Aegis is used as the data binding then JSON is not supported in CXF 2.1.x and CXF 2.2.x. I couldn't find any documentation stating that or otherwise and I wasn't successful in my test code as well. Thanks, - parin -- View this message in context: http://www.nabble.com/Aegis-%2B-JSON----%3E-is-it-supported--tp24025149p 24025149.html Sent from the cxf-user mailing list archive at Nabble.com.
