Top "Cxf" questions

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

How to avoid the need to specify the WSDL location in a CXF or JAX-WS generated webservice client?

When I generate a webservice client using wsdl2java from CXF (which generates something similar to wsimport), via maven, my …

java wsdl cxf wsdl2java
Read response body in JAX-RS client from a post request

Having some sort of proxy between a mobile app and a web-service, we are puzzled by the response when issuing …

java json web-services cxf jax-rs
How to log Apache CXF Soap Request and Soap Response using Log4j?

I am using the Apache CXF Framework. Inside my client program, I need to log CXF SOAP Requests and SOAP …

log4j cxf
CXF: No message body writer found for class - automatically mapping non-simple resources

I am using the CXF rest client which works well for simple data types (eg: Strings, ints). However, when I …

java web-services cxf
Difference between Apache CXF and Axis

What are the advantages of using Apache CXF over Apache Axis and vice versa?

wsdl axis2 cxf axis
JAXB Exception: Class not known to this context

When I call a particular restful service method, which is built using CXF, I get the following error, anyone know …

java web-services jaxb cxf
How can I pass complex objects as arguments to a RESTful service?

I have successfully set up a quick test of creating a "REST-like" service that returns an object serialized to JSON, …

json parameter-passing deserialization cxf
Difference between JAX-WS, Axis2 and CXF

What is the difference between: JAX-WS Axis2 CXF All three can be used to create webservices in Java. As of …

java jax-ws cxf axis2
Why do I get a handshake failure (Java SSL)

I'm connecting to a web service over HTTPS. I've done all that I think is required to make it work, …

java exception ssl cxf handshake
CXF client exception: Interceptor for {XXX} has thrown exception, unwinding now

I am encountering this following CXF exception: warning: Interceptor for {http://example.com/wsdl/esc/2011-12-12/}AmazonEC2#{http://example.…

java soap cxf