Hi anserkk.
yes, it is an array in xml format, I can inspect it with
xRes:=oSoapClient:ObtTok("USUARIO999", "tscxfxreger")
oXml:=TXmlDocument():New(xRes)
xbrowse( oXml )
But the content has none of the answers I was expecting.
The WS documentation shows that the posible answers should be:
//------------------------------------
[u:2tgwuue8]RESPUESTAS DescripcionResultado:
[/u:2tgwuue8]
TOK = Token Correcto
TERROR = Datos Incorrectos.
TDUP = Existen Token Activo.
TBLOQ = Otro Problema.
[u:2tgwuue8]RESPUESTAS Token:[/u:2tgwuue8]
TOKEN
If I do a xbrowse( oXml ) I Get
Num - Data - Value
1 cHeader
2 nError 0
3 nLine 1
4 nNodeCount 0
5 nStatus 1
6 oErrorNode
7 oIterator
8 oRoot
Any help will be appreciated
↧