Question Antoine.Dh · Jan 18, 2024

Hello, I tried to read a XML list from a web service into a response class by creating a custom collection subclass as described in this documentation page

Here's the XML file I am trying to read:

<Suppliers<Supplier<

And the different classes I defined to project the XML into:

"Supplier"

I just cannot figure out how to read a XML where the root is a list, and get the following error by calling the method Deserialize in the response class:

ERROR #6237: Unexpected tag in XML input: Supplier (ending at line 2 character 15).

3
0 366