PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

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