News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Netmag.co.uk:
Make your own Soap
January 09, 2007 @ 09:12:00

From Netmag.co.uk comes a new tutorial looking at working with SOAP messages and responses with PHP:

This issue, we're going to look at my favourite member of the .net trinity: 'Develop'. When working with Google, we had to use Soap and WSDL, two of the simplest methods of defining a strict API for others to build on. We already used the excellent SoapClient class, but there's an equally excellent SoapServer class that also works with WSDL, and we can combine them to share our content with the world, all thanks to PHP.

They start with a look at a sample WSDL document, briefly explaining what the parts are. Following that there's the simple PHP code allows the built-in PHP SOAP functionality (in PHP5) to create a SOAP server that will output/use that WSDL file when clients connect and a simple client that uses the file to define what it can do.

0 comments voice your opinion now!
soap server wsdl tutorial client server soap server wsdl tutorial client server




Community Events





Don't see your event here?
Let us know!


api framework release podcast language phpunit conference database test unittest series introduction symfony2 opinion community component development custom application interview

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework