Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MsXML2.ServerXMLHTTP
Message
De
04/10/2022 13:14:47
 
 
À
04/10/2022 12:56:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
01685028
Message ID:
01685029
Vues:
65
Zoran,

There is a misplaced TEXT in your code. Instead of
TEXT TO soapEnvelope TEXTMERGE  NOSHOW
TEXT

<?xml version="1.0" encoding="utf-8"?>
prepare your SOAP call using
TEXT TO soapEnvelope TEXTMERGE  NOSHOW
<?xml version="1.0" encoding="utf-8"?>
Also, beware that your document must contain only simple characters or valid UTF-8 sequences for. Any character outside 0-127 range that is not properly encoded will invalidate the XML document.
----------------------------------
António Tavares Lopes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform