Top "Cxfrs" questions

CXFRS is an Apache Camel component that provides integration with Apache CXF for connecting to JAX-RS services hosted in CXF.

No message body writer has been found for response class ArrayList

While I am trying to return List its throwing No message body writer has been found for response class ArrayList. …

java web-services cxfrs
No message body writer found : JSON : Apache CXF : RestFul Webservices

I am using Apache CXF for making a simple restful application. I have a client class which posts a JSON …

java json cxfrs
Return XML Response in REST Service

I am writing a RESTful web service where in I want to return a XML containing some resultset. I have …

java rest cxfrs
JSON String to Object Mapping

I am having an JSON Response and what I need is to Map the corresponding JSON String to the particular …

java json cxfrs
How to invoke a REST call (POST with JSON body) from Camel in Java DSL

Having the following working Camel flow setup in a ServletContextListener in a Web project running on IBM WebSphere, an incoming …

java apache-camel cxfrs
Apache Camel and CXF : How do i send HTTP status code from bean

I have a restful web service based on cxf and camel. I am using Camel routing for my workflow it …

java rest cxf apache-camel cxfrs
Can anyone point me to a working example Camel route using a cxfrs client/producer?

I am having trouble getting my Camel route to successfully POST a message to an existing RESTful web service. I …

apache-camel cxfrs
Exposure of Camel routes as REST services under Web container

I have Camel route that I would like to expose as a REST Web Service. Application is deployed on Web …

spring rest restlet apache-camel cxfrs
How to route Rest request from a local service to a remote one using Camel

I am trying to route a rest request from a cxf rest service to another. I have had a look …

java cxf apache-camel cxfrs
How to deal with input parameter in CXF request handler in general?

I have been doing some work with apache CXF(version 2.2.2) JAX-RS. I am trying to introduce data validation layer in …

java rest cxf jax-rs cxfrs