Hmm.... autoNameResolution should pick that up. Not good. Any chance you can send the wsdl to me (even off list) so I can debug in?
Thanks! Dan On Thursday 24 June 2010 3:45:53 pm ajapan wrote: > 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 -- Daniel Kulp [email protected] http://dankulp.com/blog
