Top "Cxf" questions

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

Can a web service return a stream?

I've been writing a little application that will let people upload & download files to me. I've added a web …

java web-services cxf
ServiceConstructionException when creating a CXF web service client

I created a web service client and I am receiving the following error when the web service is being created. …

web-services cxf webservice-client
Apache CXF - Set HTTP header

I have to set some http header fields in a Apache CXF client: I tried it via Interceptor: public class …

apache header cxf interceptor
JAX-WS = When Apache CXF is installed it "steals" default JDK JAX-WS implementation, how to solve?

I have a strange problem. Using wsimport I generated als JAX-WS Code from a WSDL (in a dedicated eclipse java …

java web-services jax-ws cxf
Difference between Axis2 webservice and CXF web service

I would be grateful if any one help me to understand the difference between axis2 web service and CXF web …

web-services cxf axis2 axis
Use CXF JaxWsServerFactoryBean exception Cannot find any registered HttpDestinationFactory from the Bus

When use Apache CXF JaxWsServerFactoryBean in console mode (try to start the server by java command line) Will get exception …

jax-ws cxf
Apache Camel conditional routing

I have a service which has two operations. RegisterUser UpdateUser I have a camel rout: <camel:route id="myRoute"&…

java routing cxf apache-camel apache-karaf
How do I consume a web service protected with HTTP basic authentication using the CXF framework?

I tried to get it to work using the CXF User Guide, but I've had no luck. I'm trying to …

java web-services cxf
401 error when consuming a Web service with HTTP Basic authentication using CXF

I'm trying to consume a remote Web service that uses HTTP basic authentication, using Apache CXF, within a JUnit test. …

java web-services client-side cxf basic-authentication
Apache CXF - None of the policy alternatives can be satisfied

I'm trying to create client of 3rd party WS. My app is running on JBoss AS 6 (with its Apache CXF 2.3.1 …

java cxf