Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MsXML2.ServerXMLHTTP
Message
From
05/10/2022 01:09:41
 
 
To
04/10/2022 13:14:47
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01685028
Message ID:
01685032
Views:
61
"TEXT" is because error in copy/paste :-(.
lPIB is only numbers and lDeoNaziva is empty string.

Stil doesn't work after removing "TEXT".

Any ideas?



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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform