Hello, I have created a XSD document with many complex types, and hve used the XML Code generator (SourceGeneratorMain) to create java binding files. This is all good and works well.
Now, I need to somehow (this is where my question lies) "instantiate" the binding files, populate them, and then marshal the objects to XML. I am not sure how this is accomplished? Could someone give me some insight as to how this works? My workflow will be like so: Once the binding files are created (which they are) I have the need to instantiate the objects, populate them with different data and then marshall the data to xml. Thanks, Scott CONFIDENTIALITY NOTICE This e-mail message and any attachments are only for the use of the intended recipient and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient, any disclosure, distribution or other use of this e-mail message or attachments is prohibited. If you have received this e-mail message in error, please delete and notify the sender immediately. Thank you.

