Hi Tacio,
the typical way to address subtables and subobject of an UDO is the following:
<BS ServiceCode="CAD_AUXILIAR"> <InsertOrUpdate> <CAD_AUXILIAR> <Code>00000009</Code> <Name>00000009</Name> <SUBTABLECollection> <xsl:for-each select="CAD_AUXILIAR/SUBTABLECollection/SUBTABLE"> <SUBTABLE> ... </SUBTABLE> </xsl:for-each> </SUBTABLECollection> </CAD_AUXILIAR></InsertOrUpdate></BS>
In this example "SUBTABLE" is the name of the subtable/subobject.
Best regards
Bastian