Page 1 of 1

Problem to register XML/XSD datasource

Posted: Thu Aug 04, 2011 10:49 am
by Bérenger
Hi,

We encounter a problem when we work with XML+XSD intead of StiObjects.

When we give XML+XSD to standalone Sti Report Tool, we obtain the expected result.
But when we give the same XML+XSD to Flex StiReport Object with the method regDataXMLNode(name, alias, dataXML, schemaXSD), the result is wrong : instead of datasource, we have a single label and nothing else.

Is the Flex method is not the good one ?
What's the best way to configure data source with a datasource with XSD ?

Thanks.


Bérenger

Problem to register XML/XSD datasource

Posted: Fri Aug 05, 2011 4:47 am
by Vladimir
Hello,

To display a registered data source in the designer dictionary, you must call the report.dictionary.synchronize() method after data registration;

If you are using the latest version and data source does not appear, please send us your XML and XSD file for testing.

Thank you.