You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Bosko Zivaljevic (bzivalje)" <bz...@cisco.com> on 2009/04/27 22:23:14 UTC

ADB code generation of included xsd types

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