Is this camel-client.xml configuration necessary if you want to send fully formed requests in xml to the server? I have tried to set this up, but, for example, by doing something like this:
Oct 21, 2010 4:10:55 PM org.apache.cxf.jaxrs.utils.JAXRSUtils findTargetMethod
WARNING: .No operation matching request path / is found, HTTP Method : POST, ContentType : application/x-www-form-urlencoded, Accept : */*,.
Oct 21, 2010 4:10:55 PM org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper toResponse
WARNING: WebApplicationException has been caught : no cause is available
Does anyone know how to set this up properly?
Thanks,
Jeff