AXIS probably doesn't yet support xml include. I would have hoped that we would have gotten it for free using xerces, but perhaps not. Could you send us an example that we can test?
We DO support import but, as you pointed out in a previous note, it falls apart in certain cases. As I said, I'll look at the import problem as soon as I get the chance. Russell Butek [EMAIL PROTECTED] "Sapozhnikov, Michael" <[EMAIL PROTECTED]> on 05/29/2002 09:10:39 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Includes Hi, We have elaborate set of XSDs generated by our own tool. Some of them "live" in the same namespace, but they don't have knowledge of content of each other except the file name. So the most natural way to connect them is not copy and paste one into another, but using <include> statement in one XSD file to get access to definitions in another one in the same namespace. Unfortunately, I am getting exception that type in included document is referenced but not defined. So my question is: Are includes supported in current AXIS implementation, are any plans to support them or I just do something wrong? Thanks, Michael