Page 1 of 1

Need help to get WEBSERVICE answer.

PostPosted: Thu Jan 26, 2017 1:51 pm
by Adolfo
NULL

Re: Need help to get WEBSERVICE answer.

PostPosted: Fri Jan 27, 2017 10:19 am
by Antonio Linares
Feel yourself a very lucky man ;-)

FWH upgrades or PayPal donations are welcome :-D

Code: Select all  Expand view
      for n = 0 to xRes[ 1 ]:Length - 1
          MsgInfo( xRes[ 1 ]:item( n ):NodeName )
          cXML = xRes[ 1 ]:item( n ):XML
          cXML = SubStr( cXML, At( ">", cXML ) + 1 )
          cXML = SubStr( cXML, 1, At( "<", cXML ) - 1 )
          MsgInfo( cXML )
       next