Posted by jtaylor 2 years 26 weeks ago
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
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?