Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using web service
Message
De
23/11/2020 15:51:38
 
 
À
23/11/2020 04:59:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
01676303
Message ID:
01677284
Vues:
96
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform