Top "Cxf" questions

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

Character Encoding in POST JSON Request

I am sending a POST JSON Request to my application. POST /CharSetTest/Test HTTP/1.1 Host: localhost:8090 Content-Type: application/json Cache-Control: …

java rest jax-rs cxf
CXF JAXRS - How do I pass Date as QueryParam

I have a service defined as follows. public String getData(@QueryParam("date") Date date) I'm trying to pass a java.…

java rest service cxf jax-rs
exception when trying to call webservice

I am getting the below exception when trying to call service from SOAPUI. When I open the endpoint in browser, …

web-services cxf
apache cxf could not send message and read time out

What might be the cause of: org.apache.cxf.interceptor.Fault: Could not send Message. Caused by: java.net.SocketTimeoutException: …

java apache timeout cxf
Response from Web service using Apache CXF shows "No binding operation info.."

The problem description might be long. Please be patient and provide any kind of help since I am new to …

java eclipse web-services cxf
Logging request/response with Apache CXF as XML

Is it possible to log the request/response as XML using CXF, ideally to a separate file so I can …

xml cxf webservice-client
Json Mapping Exception can not deserialize instance out of START_ARRAY token

I'm trying to parse my json request to my model. I dunno what is wrong in this code. Syntax of …

java json jackson cxf jax-rs
Java REST implementation: Jersey vs CXF

What do you think is the advantages/disadvantages between this two libraries? Which of these two are best suited for …

java web-services rest cxf jersey
Which framework is better CXF or Spring-WS?

I am in the process of researching/comparing CXF and Spring-WS for web services? I need to function both as …

java web-services cxf spring-ws
How to get incoming & outgoing soap xml in a simple way using Apache CXF?

I have been fiddling around with server side interceptors on CXF. But is seems that it is not a trivial …

logging soap cxf interceptor