In all likelihood I did not understand your question, however you can import a schema using the following statement:
 
<wsdl:import namespace="<path to web service namespace>" location="<schemaname>.xsd"/>
 
James
 
In a message dated 7/1/2004 8:07:54 AM Eastern Standard Time, [EMAIL PROTECTED] writes:
All,

I'm designing/developing multiple web services which share a common
"library" of data types (classes).  When I deploy the services, the
Axis-generated WSDL "files" include the complete definition (schema) of each
type - i.e. each complex type is "re-defined" in the <wsdl:types><schema>
node.  Now, here's my question:  is there a way to have Axis generate a
schema file/definition which is imported by each WSDL instead of definining
each type (again and again) within each WSDL?

thanks
jeff
 

Reply via email to