Page 1 of 1
Stored procedures as XSD Schemes?
Posted: Tue Aug 26, 2008 6:30 pm
by DanielN
Hello,
is it possible to connect to a (maybe Oracle) DB and generate XSD Schemes out of Stored Procedures? It would be nice to have such a feature.
Kind regards
Daniel
Re: Stored procedures as XSD Schemes?
Posted: Wed Aug 27, 2008 11:31 am
by sorin_ristache
Hello,
No, that is not possible in Oxygen. How should an XML Schema be created from a stored procedure? What does the stored procedure do? Can you give some examples?
Does the stored procedure create some database tables? In this case you can
import the structure of the database in Oxygen as an XML Schema instead of parsing the stored procedure and generating an XML Schema. If the stored procedure just queries or updates some tables of an Oracle database instance then I do not see what the XML Schema should define.
Regards,
Sorin