BusinessObjects Board

More than one schema with the same name in XML structure

Guys, I have this XML file as source:

<?xml version="1.0" encoding="UTF-8"?> [b][/b] [b][/b] 260 0000042361 [b][/b] [b][/b] S [b][/b] 0100056892;S [b][/b]

Data Services doesn’t import the XSD to read the XML above correctly. The structure seams wrong, totally different from the XML, and of course it doesn’t work.

But the modified XML below works nice, of course, I needed to modify the XSD file too:

<?xml version="1.0" encoding="UTF-8"?> [b][/b] [b][/b] 260 0000042361 [b][/b] [b][/b] S [b][/b] 0100056892;S [b][/b]

I wrote the tags in bold because I figured out that this is the problem. I can’t import a XSD that has more than one schema with the same name. The import generate no error, but the structure doesn’t stay as the original.

Any idea?


Claydson :brazil: (BOB member since 2009-05-06)

When importing the xsd set the recursion level to 2 and check if that works


manoj_d (BOB member since 2009-01-02)

manoj_d, this resolved the problem. Thanks a lot!


Claydson :brazil: (BOB member since 2009-05-06)