Hi, I'd like to validate the XML Message i recieve against the XSD the Data Model was generated from.
Let's say i have the following code: Foo foo = Unmarshaller.unmarshall(Foo.class, aReader); The Foo class was generated using the SourceGenerator from foo.xsd. How can i validate the XML agains Foo.xsd? Help is greatly appreciated. Cheers, Simon ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

