Hi,
I am using Axis2-1.6.2. I have WSDL file which is generated by WCF. While i run command wsdl2java, i am getting following error message. Can any one suggest about how to fix it? Caused by: org.apache.axis2.AxisFault: No service was not found in the WSDL at f ile data.wsdl with targetnamespace data at org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateA llServices(WSDL11ToAllAxisServicesBuilder.java:115) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerat ionEngine.java:147) ... 2 more On other hand, i do not see any error if i load this WSDL in soapUI and run as MockService. Looks like there is issue with Axis2. Thanks