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>
<row>1</row>
</Supplier>
<Supplier>
<row>2</row>
</Supplier>
</Suppliers>And the different classes I defined to project the XML into:
Class App.Messages.GetSuppliersResponse Extends (%Persistent, Ens.Response)
{
Property Suppliers As App.Objects.Suppliers;
Method Deserialize(stream as %Stream.
.png)
.png)
.png)

