I have had good luck with operations built using a wsdl and a schema, but I've never been able to get attributegroup to work. I think it's an Axis bug. I haven't spent a huge amount of time on it, since I didn't really need it. From what I can tell Axis doesn't generate the java datatypes for attributegroup, but it does generate the type mapping for them in the wsdd. Other than that problem, I've been able to generate good skeleton code using schemas and a wsdl.
I hope this helps. Bill Heitzeg -----Original Message----- From: Marepalli, Somesh [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 10:11 AM To: [EMAIL PROTECTED] Subject: Axis and XML schema.... Hi: I am trying to work with an elaborate XML schema which uses type derivation, attributeGroup etc in the XML schema language... I am using Axis with my WSDL spec to define operations using the schema types...I find the following problems: a) Axis seems to be ignoring valid XML schema constructs like attributeGroup when generating the Java bean classes b) Is Axis well -suited for operations build around an XML schema types...What is the correct way to leverage both. At present, it looks like we are using the schema types to generate bean classes and not for any validation. Any advice here would help... regards Somesh Marepalli [EMAIL PROTECTED]
