Top "Cxf" questions

Apache CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS.

Maven - Generate Jar and War

I have a CXF WS project that I would use it in another project, I would consume this WS in …

java maven maven-2 cxf maven-plugin
java.lang.NoSuchFieldError: REFLECTION

I'm creating a project with CXF and use MTOM with some security (I don't know if that information is relevant). …

spring maven cxf mtom
CXF web service client: "Cannot create a secure XMLInputFactory"

I am wrote and deployed a CXF web service into a Tomcat server using the instructions here. The web service …

web-services cxf woodstox
Caused by: java.net.SocketException: Unexpected end of file from server

I am getting the below error quite intermittently when i run the WS through SOAP UI. Sometimes it does not …

java web-services cxf apache-camel
Getting Access to HttpServletRequest object in restful web service

I can get access to the HttpServlet Request object in a soap web service as follows: Declaring a private field …

java web-services rest cxf restful-authentication
How to solve ServiceConstructionException: Could not find definition for service?

I have a simple application with an web service created with Apache CXF. This application works when I run the …

web-services cxf
What is the difference between an endpoint, a service, and a port when working with webservices?

I've used Apache CXF to expose about ten java classes as web services. I've generated clients using CXF, Axis, and .…

java .net web-services cxf axis
CXF 2.4.2: No conduit initiator was found for the namespace http://schemas.xmlsoap.org/soap/http

I have a service client generated from wsdl. I am trying to call the remote service and I recieve the …

java soap cxf
How To Modify The Raw XML message of an Outbound CXF Request?

I would like to modify an outgoing SOAP Request. I would like to remove 2 xml nodes from the Envelope's body. …

java web-services cxf interceptor
JAXB generating JAXBElement<String> instead of String

I am using Apache CXF cxf-codegen-plugin Maven plugin to generate sources from WSDL file. Problem is that I get JAXBElement&…

java maven jaxb cxf wsdl2java