387
Views
5
Comments
Solved
Create structure from XSD
Question

I know there is are several ideas for support for creating structures from XSD (since 2010); but there isn't yet.

Does anyone know a workaround?


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Matthias,

You could google for an online XSD to JSON converter, then use the JSON to create the Structure.

2021-07-07 13-36-32
Hans Dollen

Hi Matthias, 

you can create it by hand of course ;-). 

But other ideas might be

1. use tools to create structures based on your xsd in visual studio (like tools like jaxb do for java). Put it into an extension which you consume. And perhaps copy paste the structures to your espace.

2. based on idea 1, but create a webservice in visual studio and consume it in outsystems.

3. go downstairs and talk about it ;-)

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Matthias,

You could google for an online XSD to JSON converter, then use the JSON to create the Structure.

2024-12-17 14-32-59
Matthias Preuter
 
MVP

Thanks! 

Created a XML from the XSD with https://xsd2xml.com/

and than converted it to JSON with https://www.freeformatter.com/xml-to-json-converter.html#ad-output


2018-06-27 00-09-40
Edwin Siruma

Matthias Preuter wrote:

Thanks! 

Created a XML from the XSD with https://xsd2xml.com/

and than converted it to JSON with https://www.freeformatter.com/xml-to-json-converter.html#ad-output


Great! Thank you for sharing this!


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Ah, a two-step rocket :). Great it worked!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.