Axis has an XML<->Java databinding framework which is still evolving and doesn't really support all that much yet. Essentially we have metadata associated with your Java class which tells the runtime how to map fields to and from XML elements and attributes. Eventually I'd like to see us get to the point where we can use the XML->Java and Java->XML code outside the context of SOAP invocations, and that would include tools like Java2XML and XML2Java. There are other toolkits which do this kind of thing now, such as Castor, and the upcoming JAXB specification from Sun is also in this space.
--Glen ----- Original Message ----- From: "seidhi Help" <[EMAIL PROTECTED]> To: "auser" <[EMAIL PROTECTED]>; "adev" <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 4:07 PM Subject: Any JAVA2XSD or JAVA2Schema ???? > Hi, > How does the AXIS FW/tool validate the SOAP/XML > payload that it receives from a client. I would guess > there is some sort of "schema" or "DTD"[i doubt so] > that is associated with the xml data that is sent > across the wire. Or is it just the "well-formed"ness > that would suffice. > > Is there a way to retrieve the schema information for > the XML payload, if it is generated at all. > > If not, is there a JAVA2XSD or JAVA2Schema type util > just like JAVA2WSDL.....??? > Any input is greatly appreciated... > > Thank you very much, > S. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ >