Top "Cxf" questions

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

Two classes have the same xml type name

When I try to publish my Workspace in RAD, I get this error "Two classes have the same xml type …

wsdl jaxb cxf wsdl2java xmltype
How to use CXF, JAX-RS and HTTP Caching

The CXF documentation mentions caching as Advanced HTTP: CXF JAXRS provides support for a number of advanced HTTP features by …

java rest cxf jax-rs http-caching
How WSDLToJava in cxf works?

'org.apache.cxf.tools.wsdlto.WSDLToJava' converts wsdl to java classes. Is it using JAXB internally?How come this command …

cxf wsdl2java
Apache CXF client loads fine in Eclipse but standalone jar throws NullpointerException in WSDLServiceFactory

My goal is to create a Web Service client that runs in a standalone jar with all the dependencies using …

java web-services cxf webservice-client
Does Java 7 include a JAX-WS implementation or just the API?

I am told that Java 7 is supposed to include JAX-WS such that I don't need libraries like those in Apache …

java jax-ws cxf
Cannot call web service

I am currently trying to call a web service with a client built with Apache CXF. Though the service is …

java connection cxf webservice-client
How to modify the generated SOAP request?

I'm at the stage where I created an output interceptor and I get an OuputStream out of the SOAP message. …

java cxf interceptor outputstream
Spring bean not injected into CXF web service, Why?

I am writing a RESTful service (using CXF on JBoss) in which I have inject another class using Spring (Autowired). …

spring cxf jboss6.x
CXF Client Security

I am creating a client to a Java soap web service, but am having trouble figuring out how to properly …

java soap cxf soap-client
change package of generated jaxb class

I have the following data type defined in a wsdl: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="…

java jaxb jax-ws cxf wsdl2java