Hi,

i'm getting the following error when trying to create a client from the wsdl
with CXF 2.2.9 (any version newer than 2.2.4). 

WSDLToJava Error: Parameter: ctxo already exists for method op86999909 but
of type java.util.List<com.ppp.schemas.TOP1> instead of
java.util.List<com.ppp.schemas.TSOP1>.  Use a JAXWS/JAXB binding
customization to rename the parameter.

The ctxo element exists as input and output element, but of different types
(TOP1 for the input and TSOP1 for the output).

I've tried the autoNameResolution flag but still the same error.

What am I doing wrong?

thanks
-- 
View this message in context: 
http://old.nabble.com/wsdl2java-error.-Parameter-already-exists-tp28986007p28986007.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to