Hello.
I want to know how can I convert XML String intro a %SerialObject.
This is an example:
<Body>
<RESULT>
<SUCCESS>TRUE</SUCCESS>
<LIST>
<ID>11111</ID>
<NAME>one</NAME>
</LIST>
<LIST>
<ID>22222</ID>
<NAME>two</NAME>
</LIST>
</RESULT>
</Body>
</Envelope>
And this are the %SerialObject classes I have created:
{
Property Body As test.Body;
}
{
Property


