XML file to Rodl File / Code First unit

Hi,
in Delphi there is an XML DataBinding Wizard to create a Delphi class from a XML file.
In service Builder you can generate a rodl from a WSDL.

Is there a way to generate a rodl (or code first unit) from an XML file ?

Best regards

Armindo

no, we haven’t such tool.

Armindo,

what exactly is your goal?

Hi Marc,

the server side has to produce an XML that match a specific structure from by adding to it some values to some properties. the XML unit here is generated by theXML binding wizard.
The goal here will be to have a rodl generated from an XML file like the XML binding wizard does.
So I could have a similar object structure to pass to the server.
Of course I could do such thing by hand but with very complex XML structure it could be a pain.

Armindo

Why you can’t just generate .RODL instead of XML?

the XML has to be generated by the server and it is an export for an other system.

you can create own converter then