Hi everyone,

To develop a Web Service client I generate the classes from the WSDL file using 
the cxf-codegen-plugin.
This generation works fine, to customize it I use a xjc binding file :

<?xml version="1.0" encoding="UTF-8"?>
<bindings version="2.0" xmlns="http://java.sun.com/xml/ns/jaxb"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";
                xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"; 
extensionBindingPrefixes="xjc">
                <globalBindings generateMixedExtensions="true">
                               <serializable />
                </globalBindings>
</bindings>


But when I build the PortType in my client code I get the following exception :

IllegalStateException  start tag has already been written


I found this post 
(http://osdir.com/ml/users-servicemix.apache.org/2010-08/msg00077.html) that 
looks like the same issue but there is no solution...

I use cxf 2.2.10.

Do you guys have any clue ?

Thanks,
j.

Reply via email to