CXF doesn't support WSDL overloaded operation. ----------------------------------------------
Key: CXF-2233 URL: https://issues.apache.org/jira/browse/CXF-2233 Project: CXF Issue Type: Bug Affects Versions: 2.2.1, 2.1.5, 2.2 Environment: Windows XP, java 1.6.0_12 Reporter: Alex Kravin Priority: Critical When CXF tryes to parse the gotten WSDL I get the following exception: Caused by: java.lang.IllegalArgumentException: An operation with name [{http://server/_common/services/EvalService}getChildren] already exists in this service at org.apache.cxf.service.model.InterfaceInfo.addOperation(InterfaceInfo.java:71) at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterfaceOperation(WSDLServiceBuilder.java:538) at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterface(WSDLServiceBuilder.java:532) at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:303) at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:175) at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:151) at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:97) at org.apache.cxf.endpoint.ClientImpl.<init>(ClientImpl.java:145) at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:253) at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:196) at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:189) at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:144) ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.