1. How do i change the property of jaxrs endpoint to support "mtom" stackoverflow.comI created a RESTful web service, and i want to send binary files to this service without soap. There are some information on CXF website: XOP But i can't find a way ... |
2. Why do I get a NullpointerException when invoking the CXF-RS endpoint of a Camel route? stackoverflow.comMy app is an java webapp (WAR) that uses Apache Camel and (among others) CXF-RS and its corresponding Camel component as an implementation of JAX-RS to provide ReSTful services to the ... |
3. Apache cxf: publish an (already configured) Endpoint per API stackoverflow.comI'm trying to publish an endpoint defined in my cxf-servlet.xml by API. The endpoint is defined as:
|
4. cxf parameter optimaization stackoverflow.comin cxf web service my request is
here i want get age as optional
how it is possible;
i am using spring java ... |
5. apache cxf - specify endpoint url stackoverflow.comI have an tomcat instance running at port 8080 and a apache cxf webservice running at /services path. Now i dont want to expose this tomcat server directly so i use ... |
6. Apache CXF: Why does putting cxf logging on my jax-ws endpoint fix this issue? stackoverflow.comI'm seeing an intermittent error like the following:
|
7. How do I set up a Camel route between two CXF endpoints where the SOAP faults are transferred correctly? stackoverflow.comI set up a route between two CXF endpoints up like this:
|
8. WS-Security is not working with CXF - endpoint address stackoverflow.comI am trying to add UsernameToken based security in web services written using apache cxf version 2.2.12. Once I deploy my application in weblogic, I am getting two URL's from which I ... |
9. How do you debug CXF endpoint publishing? stackoverflow.comGiven the "cxf-osgi" example from fuse source's apache-servicemix-4.4.1-fuse-00-08, built with maven 3.0.3, when deploying it to apache karaf 2.2.4 and CXF 2.4.3 the web service is never published and never ... |
10. Where to add cxf:bus inside the Apache CXF endpoints xml file stackoverflow.comThe below is my cxf endpoints.xml file
|