FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Need help to get WEBSERVICE answer.
Posts: 883
Joined: Tue Oct 11, 2005 11:57 AM
Need help to get WEBSERVICE answer.
Posted: Thu Jan 26, 2017 01:51 PM

NULL

;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Need help to get WEBSERVICE answer.
Posted: Fri Jan 27, 2017 10:19 AM
Feel yourself a very lucky man :-)

FWH upgrades or PayPal donations are welcome :-)

Code (fw): Select all Collapse
       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
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion