1. Using xmlbeans bindings for cxf wsdl2java stackoverflow.comI am getting started with using apache CXF 2.1.5 and xmlbeans to generate a web service client. The FAQ page shows how to use jaxb bindings to have java.util.Date binding for ... |
2. Use @XMLTransient in CXF web service with jaxb binding stackoverflow.comI have an application that relies heavily on configuration object (template). So import/export features is a must. One developer has completed the import/export feature and lot of DTOs has been annotated ... |
3. Get rid of redundant cast to javax.xml.bind.JAXBElement |
4. Within CXF, why use any other binding than JAXB? (MTOM attachments, Aegis, XMLBeans,...) stackoverflow.comI have been playing around with Apache CXF, in particular the various data bindings it supports: JAXB (the default), MTOM, Aegis and XMLBeans. Since all of these are supported, I suppose ... |
5. Java webservices: empty arrays stackoverflow.comWhat is the right way to return empty arrays from webservices in Java? I need that empty arrays sholdn't be nulls on client. If I use Apache CXF or Axis 2 ... |
6. Converting List wrapper to List using JAXB stackoverflow.comI'm trying to annotate a set of data objects with JAXB binding annotations so that this set of data objects can be properly marshaled as JSON using CXF. I'm running ... |
7. Get rid of extra unwanted complexTypes from code-first generated WSDL - CXF with JAXB binding stackoverflow.comI am attempting to clean up some JAX-WS annotated code-first web services such that they produce optimal and clean wsdl files for any implementing clients. I've ran in to a ... |
8. No binding operation info exception stackoverflow.comi created a CXF web service with SOAP 1.2 when a client (C#) calls it, it throws a warnning, complain no binding operation info. do i need to do something in my code???
|
9. JAXB generated classes serializable with JAX-WS binding stackoverflow.comHaving JAXB-RI and CXF. WSDL first. I want a generated class of mine to implement
|
10. Extract information from org.apache.cxf.binding.soap.SoapMessage stackoverflow.comIs there a way to get the soap action from an instance of |
11. wsql2java produce this error org.apache.cxf.wsdl11.WSDLRuntimeException: BINDING_MISSING_TYPE stackoverflow.comI execute the wsdl2java with maven and i get this error org.apache.cxf.wsdl11.WSDLRuntimeException: BINDING_MISSING_TYPE i've checked my wsdl again and everything looks ok, any response from u will be very helpful cheers, diakiese |
12. How to find the binding interface cxf is creating stackoverflow.comIn my previous question I was told that cxf implements the javax.xml.ws.BindingProvider interface. I've the following wsdl file:
|
13. SOAP response wrongly deserializing as null in CXF + Simple frontend + Aegis databinding stackoverflow.comI'm writting a client for a SOAP Web Service. I'm using the library CXF. With the Simple frontend. And the Aegis databinding. The server is providing a Java interface (named MediaService) for the web methods, ... |
14. CXF and JAXB binding for a class/property with special character in its name? coderanch.comHi, I'm using the cxf-codegen-plugin for Maven to generate java classes for from a WSDL, for a web service. The problem is that the classes(types?) and properties have swedish names, and some names contains '', '' or ''. For example the name "flt", meaning "field". So with default configuration CXF and JAXB generates the file "FLt.java" etc. Also, notice the capital ... |