Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using web service
Message
From
23/11/2020 15:51:38
 
 
To
23/11/2020 04:59:43
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01676303
Message ID:
01677284
Views:
97
>Today is a first day a got access to PC with access to web services to try. It works. As a result of
>
>m.XMLData = m.Response.selectNodes("//RZ:GetInsuranceDataFResponse/return").item(0)
>MESSAGEBOX("InsuranceDataF: " + m.XMLData.text)
>
>I got a long string with valid data. Question is how to determine where is a delimiter in that string to separate data? Is there a way to find out description of data in that string?
>
>Again, thanks a loz for your help.
>

XMLData is an XML node object, so
? m.XMLData.xml
will display its structure.
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform