News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Creating Web Services with PHP and SOAP, Part 1
February 21, 2012 @ 09:52:20

On PHPMaster.com today there's a new tutorial posted, the first part in a series, showing how to create SOAP web services with the help of the NuSOAP library.

In this first of a two part series on web services I'll talk about the SOAP specification and what is involved in creating SOAP messages. I'll also demonstrate how to create a SOAP server and client using the excellent NuSOAP library to illustrate the flow of SOAP. In the second part I'll talk about the importance of WSDL files, how you can easily generate them with NuSOAP as well, and how a client may use a WSDL file to better understand your web service.

He introduces you to the concepts behind SOAP, the normal structure of a SOAP-formatted XML message and what an example might look like for fetching a stock price from a remote service. He then shows how to use NuSOAP to create both a simple server and client to pull information about books - sample code and a screenshot of the output is included.

0 comments voice your opinion now!
webservice soap tutorial introduction series nusoap


blog comments powered by Disqus

Similar Posts

DevShed: Using the spl_autoload() Functions to Build Loader Apps in PHP

DevShed: Auto Loading Classes in PHP 5

Robert Basic's Blog: Creating a chat bot with PHP and Dbus

Smashing Magazine: Image Manipulation With jQuery and PHP GD

DevShed: Using Abstract Factory Classes in PHP 5 to Work with Online Forms


Community Events











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


testing podcast phpunit series development api code release database introduction interview language composer framework opinion zendframework2 application community example functional

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