How to use xmlbeans databinding in CXF wsdl2java?

2011-05-19 Thread Chun Zhang
Hello, I need to generate Java code using CXF wsdl2java with xmlbeans databinding. I tried it using the CustomerService.wsdl file from the wsdl_first sample. See attached file. I got the following generated code for the CustomerService interface. Here is partial code. See attached

Re: How to use xmlbeans databinding in CXF wsdl2java?

2011-05-19 Thread Daniel Kulp
This looks like a bug in the XMLBeans databinding. It looks like it cannot handle the collections/arrays for the unwrapping cases. Can you log an issue? You can flip it to BARE mode by creating a small binding file containing: jaxws:bindings wsdlLocation=CustomerService.wsdl