Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Generating XML using XSD schema and output of ResultSet

843834Jun 3 2005 — edited Sep 7 2007
Hi,

There is a requirement in my project to generate XML based on XSD schema. Generated XML will contain data which will be returned by a Stored Procedure or SQL Query.

The catch for this is XSD and Stored Procedures should be easily plugable. What I mean from this is, the XML building utility which I need to write will have XSD and a Stored Procedure as an input which can be changed at runtime.

So the people using this utility can pass XSD and a Stored Procedure as an input and the program should generate XML out of it.

Please let me know how can I achieve this

Thanks and Regards
Unmesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2007
Added on Jun 3 2005
16 comments
763 views