Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a wsdl service from within vfp
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01380582
Message ID:
01380996
Vues:
64
The cSearchResult is a string and can be parsed either as a regular string or as XML data using the DOM XML
obj = CreateObject("Microsoft.XMLDOM")
obj.LoadXML(cSearchResult)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform