|
|
#1 |
|
Участник
|
How to read the data from an xmldocument
Hi all,
How to read the data from an xmldocument returned by webservice in axapta |
|
|
|
|
#2 |
|
Участник
|
look in the classes prefixed with XML*,
in particular methods of XMLDocument, XMLNode, XMLNodeList can be used in reading document structure, elements and values |
|
|
|
|
|