PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Webservice PDA
Webservice PDA
Débuté par jhuento, 23 nov. 2009 17:52 - 1 réponse
Posté le 23 novembre 2009 - 17:52
I am executing the SOAPRun function (), which is connected with
webservice that this in PHP with the bookshops of Nusoap, this a
executing in modality of tests xml of return works correctly but I prove
when it in the PDA cuts the XML to me in half
Posté le 26 novembre 2009 - 18:10
Hello,

Check for the "Unicode" functions in the Help File. I remember I have had some "half length" troubles before I understood that every string on PDA are Unicode only and not ANSI like on Win32.

Laurent.