Top "Cxf" questions

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

Eclipse Web Service Client wizard and CXF

I'm trying to create a Web Service Client using the Eclipse Juno SR2 wizard. The service is correctly deployed and …

eclipse web-services cxf webservices-client
How to register jackson json provider for cxf jax-rs 2.0 client?

I have a JAX-RS client that's making a simple GET request. I'm using the CXF implementation and Spring for DI. …

java rest jackson cxf jax-rs
cxf-codegen-plugin doesn't generate sources

I'm trying to get the cxf-codegen-plugin to generate sources from my wsdl file. When calling wsdl2java manual the desired …

java maven cxf wsdl2java
REST CXF and Spring cxf-extension-jaxrs-binding File not found exception?

i'm trynig to develop a REST web service using CXF 2.6.0 and spring 2.5.6 my CXF maven dependancy in the pom.xml …

spring rest cxf java-io
Catching webservice exception with CXF: NoClassDefFoundError: SOAPFaultBuilder

I've been using Apache CXF wsdl2java generated code to call methods from a webservice for some time now, which …

java cxf soapfault
UsernameToken WS-Security with Apache CXF Annotations (WSS4J)

I'm trying to create a "java first" webservice that will use plain and simple UsernameToken WS-Security. I've attempted to follow …

java cxf ws-security wss4j
ClassCastException: Cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor

I have a SOAP webservice that I am trying to call inside of an application. I am using the cxf-codegen-plugin (3.1.10) …

java jaxb cxf
How to create a CXF webservice client with dynamic endpoint?

We have a central WSDL file that describes a web service. We use CXF to generate client code, but this …

java web-services soap cxf endpoint
CXF/ JAX-RS : Return Custom response from interceptor

We need to return custom error code and error message when exception occurs during REST invocation. We have created a …

java exception cxf jax-rs interceptor
Why would ClassLoader.getResourceAsStream() return null?

Having the following code broken deliberately to identify the source of a NullPointerException in something that should have been very …

java jar classpath cxf onejar