You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Kahler, Jason J (US SSA)" <ja...@baesystems.com> on 2006/03/29 15:05:45 UTC

Deserializing XML to AXIS generated classes.

I've written a WDSL for my service and I use axis to generate all the
JAVA classes necessary. I want to populate my fooIMPL.java class with
data from

An XML file that satisfies foo.xsd (the shema included in my wsdl) fo
testing purposes. Does axis have a way for me to programmatically
populate

An axis generated Object with XML Data ?

 

Jay Kahler