Create Structure/Entities from XSD (XML Schema)
2878
Views
7
Comments
Out of scope
Backend


It would be nice to automatically create the structure or a collection of entities that can accomodate the data from a XML without having to create it manually. It could also create methods to read a XML created in compliance with schema provided and colect the data to the structure or set of entities previously created.

It would also be nice to support web services that don't embed the XSD schema and that reference a schema in a separate file
Merged this idea with 'XML Schema Import/Export in service studio' (created on 19 Jul 2013 22:28:44 by Pradeep Badiger)

I would like to have an XML schema import/export option in service studio. On import of XML schema, it should create following

1. Structure corresponding to each complex type.

2. Namespace property and set its value to the default/target namespace defined in the schema.

3. Structures for complex types defined in the included schemas.

4. Static entities for enums.

5. Structure attributes should have the XML data type.


It would be good to have a different structure to support XML schema. (this can be called as XML Structure)


One should be able to import and export the schema from the structure. The XML transformation for the data should be without an extension.



This comment was:
- originally posted on idea 'XML Schema Import/Export in service studio' (created on 19 Jul 2013 by Pradeep Badiger)
- merged to idea 'Create Structure/Entities from XSD (XML Schema)' on 23 Jan 2019 12:02:42 by Daniel Martins
merge with:

https://www.outsystems.com/ideas/232/create-structure-entities-from-xsd-xml-schema/
 
https://www.outsystems.com/ideas/1252/multiple-xsd-validation-on-xml-schemas/

In other words... more XML/XSD support in ServiceStudio


This comment was:
- originally posted on idea 'XML Schema Import/Export in service studio' (created on 19 Jul 2013 by Pradeep Badiger)
- merged to idea 'Create Structure/Entities from XSD (XML Schema)' on 23 Jan 2019 12:02:42 by Daniel Martins
2014-02-07 17-02-43
Vasco Pessanha
Changed the category to
Backend


This comment was:
- originally posted on idea 'XML Schema Import/Export in service studio' (created on 19 Jul 2013 by Pradeep Badiger)
- merged to idea 'Create Structure/Entities from XSD (XML Schema)' on 23 Jan 2019 12:02:42 by Daniel Martins
Changed the status to
Out of the scope


Hi Diogo,

Thanks for feedback, unfortunately, this idea is not aligned with product direction and therefore I'm classifying it as Out of the Scope.

Keep contributing with other ideas that can be considered to be tackled.


A bit late for a comment, but i'm curious about this, since the code that does this, is already there. When you import a wsdl from a soap service, it already creates all the structures based on the xsd's. There are quite a lot of limitations there, but still. It still feels that this wouldn't be much more work than adding the "create structure from xsd/xml" option to the menu.