Hi all,
I am wondering if there has been any progress on JIRA issue CXF-927?
If not, I'd like to encourage the CXF team to give this issue some
attention. :-)
I guess the provided WSDL file can serve as a test case.
The WSDL at the bottom of this post produces the following interface
public interface ABC {
[...]
public void opA(java.lang.String a);
public void opC(java.lang.String c);
public void opB(java.lang.String b);
}
although, given the false declaration in the WSDL file, I would expect it to
produce something similar to:
public interface ABC {
public void opA(java.lang.String a);
public OpCResponse opC(OpC c);
public void opB(java.lang.String b);
}
right?
cheers, Peter
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
false
--
View this message in context:
http://www.nabble.com/WSDL2Java-2.0.3-%28still%29-ignores-enableWrapperStyle----CXF-927-tp14893019p14893019.html
Sent from the cxf-user mailing list archive at Nabble.com.