PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Soap Example
Soap Example
Débuté par Rob, 02 aoû. 2013 16:47 - 1 réponse
Posté le 02 août 2013 - 16:47
Does anyone have a functioning example of a simple SOAP client for windows mobile? Something simple like accessing the GetCityWeatherByZIP procedure from here http://www.cdyne.com/downloads/SPECS_Weather.pdf would be great.

I've banged my head against this for days and can't seem to get it to work. It should be so simple. <lol>
So far the best I've been able to do is use HTTPRequest to return the raw XML as a string. I guess I could write my own parsing procedure to extract the data from it, but that seems like recreating the wheel.

Any help would be greatly appreciated.
Posté le 02 août 2013 - 18:50
Never mind. I discovered the XMLExtractString() procedure.