PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV (précédentes versions) → VM16 Android Consume WebServices
VM16 Android Consume WebServices
Débuté par Alex, 19 sep. 2012 19:56 - Aucune réponse
Posté le 19 septembre 2012 - 19:56
I'm trying to call a WebService function with WM16 Android App.

I expect to use the SOAP WLANGUAGE functions.

Here is the code:
deviceid is string
deviceid = "125"
userName is string
userName = "agente124"
pass is string
pass = "agente124"
byBuffer is Buffer = SOAPPrepare("getCurrentSeason",deviceid, userName, pass )
SOAPExécuteXML("http://192.168.75.11:8080/gasws/services/TblSyncService.TblSyncServiceHttpSoap11Endpoint/", byBuffer, "getCurrentSeason")

Problem:
Error:The <SOAPPrépare> function has no equivalent in WL/Android framework.
Error:The <SOAPExécuteXML> function has no equivalent in WL/Android

How can I consume a simple WebService ?
Any example to help?

thanks in advance