dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi

Posted by jtaylor 2 years 11 weeks ago

pic
 jtaylor
mobiForge Newbie
Posts: 2
Joined: 2 years ago
[offline]

Hi,

I am totally new to this so please excuse my ignorance.

I need to call a web service call (basic url call) and it will return me a stream of xml that will need to be parsed. Are they any utilities for this? If not any ideas or tutorials that would help me with this.

thanks

Posted by garbetjie 2 years ago

pic
 garbetjie
Mobile Guru
Posts: 70
Joined: 3 years ago
[offline]

I think that this sort of functionality would depend more on the programming language you're using.

For example, if you're using PHP, there is the cURL library, and the SimpleXMLElement objects available for you to use (assuming it is XML that you're parsing).

What language specifically are you using?