Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML manipulation under HTTP
Message
 
À
21/08/2002 03:17:01
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00691791
Message ID:
00691974
Vues:
16
Hi Michel,

>So far, so good, from the client, to the Web Service, to the Web Server, back to the Web Service and back to the client, I can obtain my XML. However, I have lost the UTF-8 conversion. Anyone knows why?<

I'd add the encoding method to the HTTP header:
Content-Type: text/xml; charset=utf-8
and in the XML declaration
<?xml version="1.0" encoding="utf-8" ?> 
Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform