AXIS2-6033 apply community suggested fix to the AxisService class
diff --git a/modules/kernel/src/org/apache/axis2/description/AxisService.java b/modules/kernel/src/org/apache/axis2/description/AxisService.java
index f4584dc..0fa8fc6 100644
--- a/modules/kernel/src/org/apache/axis2/description/AxisService.java
+++ b/modules/kernel/src/org/apache/axis2/description/AxisService.java
@@ -1169,6 +1169,11 @@
             definition = (Definition) wsdlParameter.getValue();
         }
 
+        if (!wsdlImportLocationAdjusted) {
+            changeImportAndIncludeLocations(definition);
+            wsdlImportLocationAdjusted = true;
+        }
+
         if (definition != null) {
             try {
                 printDefinitionObject(getWSDLDefinition(definition, wsdlName),