PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Soap Example
Soap Example
Iniciado por Rob, 02,ago. 2013 16:47 - 1 respuesta
Publicado el 02,agosto 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.
Publicado el 02,agosto 2013 - 18:50
Never mind. I discovered the XMLExtractString() procedure.