To support simplicity, possibility and cost effective of PHP

Posts Tagged ‘ soap ’

Using XML web services

Sep 2nd, 2008 | By admin | Category: Tutorials

Web services allow you to exchange information over HTTP using XML. When you want to find out the weather forecast, the current stock price, or the cost of a product on eBay, you can write a short script to gather that data in a format you can easily manipulate. From a developer’s perspective, [...]