Hi, If I package a WSDL in the .aar file and useOriginalWSDL= false ( No parameter in services.xml)
then http://localhost:8080/axis2/services/StockQuoteService?wsdl returns a WSDL whose targetnamespace is generated from the package name of StockQuoteService class and this is correct. But the target namespace for types section is from the WSDL I packaged in the aar. This looks like a bug to me - since useOriginalWSDL = false. Is this a fair statement ? Mj
