Top "Cxf" questions

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

Concatenate string in spring xml configuration

I need to concatenate the string value of a spring bean, to an existing string, and then set it as …

java spring jax-ws cxf spring-ws
javac cannot find symbol constructor Service

I am in the process of learning CXF with the help of this Apache CXF Web Service Development book but, …

java ant jax-ws cxf endorsed
java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl while starting the weblogic

As part of our application we are using apache's xerces jaxp parser. When we deploy the application on weblogic 9.2, we …

weblogic cxf classcastexception weblogic9.x
How to return image as stream from JAX-RS?

I'm trying to return an image in a JAX-RS web service. I was able to get this successfully working by …

cxf jax-rs jackson
RESTful produces binary file

I'm new using CXF and Spring to make RESTful webservices. This is my problem: I want to create a service …

java rest cxf binaryfiles
Set Java Compliance Level in CXF wsdl2java

I’m brand new to CXF and am trying to create a client from WSDL. I have used Metro and …

java cxf wsdl2java
Apache CXF RS Extensions issue in 2.4.0

I'm using Apache CXF version 2.4.0. I'm trying to create a Restful service. The below example works in 2.3.4 but does not …

rest cxf
Apache CXF - credentials not being sent from WSS4JOutInterceptor?

I am trying to connect to a web service using WS-Security UsernameToken spec 1.0, using apache cxf 2.4.0. I've copied the code …

java web-services cxf ws-security
Spring REST Template for Byte

I am fetching the byte array using spring framework rest template, But I also need to fetch the Mediatype of …

java spring cxf spring-rest