Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I execute XML code through Foxpro
Message
 
 
À
04/01/2010 01:32:25
Freddie Rodrigues
Bitrun Business Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01441854
Message ID:
01441873
Vues:
91
What do you mean? The XML you posted represents a data not a code.

>I need to execute XML code provided by a SMS service provider. How do I execute the XML code through Foxpro.
>
>The code is as follows:
>
>
><?xml version="1.0" encoding="ISO-8859-1"?>
><!DOCTYPE MESSAGE SYSTEM "http://127.0.0.1/psms/dtd/messagev12.dtd" >
><MESSAGE VER=”1.2”>
><USER USERNAME="mycompany" PASSWORD="somepassword"/>
><SMS UDH="0" CODING="1" TEXT="This is the first sms" PROPERTY="0"
>ID="1">
><ADDRESS FROM="9812345678" TO="919812345678" SEQ="1" TAG="" />
><ADDRESS FROM="9812345678" TO="wrong_addr" SEQ="2" />
><ADDRESS FROM="VALUEFIRST" TO="919812345678" SEQ="3" />
></SMS>
><SMS UDH="0" CODING="1" TEXT=" This is the second and the last"
>PROPERTY="1" ID="2">
><ADDRESS FROM="9812345678" TO="919812345678" SEQ="1" />
><ADDRESS FROM="9812345678" TO="919812345678" SEQ="2" />
><ADDRESS FROM="VALUEFIRST" TO="919812345678" SEQ="3" />
><ADDRESS FROM="9812345678" TO="919812345678" SEQ="4" />
><ADDRESS FROM="VALUEFIRST" TO="919812345678" SEQ="5" />
><ADDRESS FROM="VALUEFIRST" TO="919812345678" SEQ="6" />
></SMS>
></MESSAGE>
>
>
>Thanks,
>Freddie
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform