I have a service defined that includes common types via xsd include directive. When I do wsd2java code generation for ADB the generated code for common types includes the reference to the class ExtensionMapper defined in the current service namespace. In other words, the java generated common code depends on the code generated for this particular service.
If this correct? If so, what is the best practice for writing wsdls for axis2? One should not share types between services or ... ? Bosko
