Archive

Posts Tagged ‘nusoap’

PHP + NuSoap: Calling webservice

December 20th, 2008

In the last post i made an implementation example of a small webservice.
Now we see how to invoke it with few line of code, using the same library used to realize the server side implementation.

Read more…

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

PHP , , ,

PHP + NuSoap: A simple webservice

December 20th, 2008

Have you ever needed to build a webservice?
After some googling i found a library called nusoap, full compatible with PHP4 and PHP5, very simple and intuitive.
Let me illustrate a very simple example of use this library for building webservices in PHP.

Read more…

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

PHP , , ,