Thanks. I'm not too sure why Java2WSDL doesn't do that. Well, honestly I'm not sure why it tries to make them have those namespaces at all...I would prefer that they all have the same namespace.
Brian Davis Software Developer JMM Ventures -----Original Message----- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 5:36 PM To: [EMAIL PROTECTED] Subject: Re: Axis - .Net Interop Problems Brian, In XML Schema, in order to reference an element or type from another schema, you must first import the namespace into the schema. You need to add the following import statement to the second schema: <import namespace="http://valueobject.util.app.willyloman.com"/> And this import statement to the third schema: <import namespace="http://objects.webservice.willyloman.com"/> Regards, Anne