News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: Markup Separation with Template IT

PHPBuilder.com: Pro PHP Security / Preventing SQL Injection

Internet Super Hero: PHP: mysqlnd and its tests

Developer.com: Authenticating Users with OpenID and the Zend Framework

Christopher Jones' Blog: Upgrade PHP with Oracle Application Server on Linux


Community Events









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


language opinion testing unittest composer development example code database zendframework2 api phpunit introduction event community object framework interview release functional

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