News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Creating Web Services with PHP and SOAP, Part 2
February 28, 2012 @ 10:11:25

On PHPMaster.com today they've posted the second part of their series looking at creating a SOAP web service with NuSOAP. (Part one is here)

In this article we'll talk about what WSDL files are and how to use them. I'll show you how to quickly build your WSDL files with NuSOAP and incorporate a WSDL file into the SOAP server and client examples from the first part.

He introduces WSDL files, the specially formatted XML definitions that tell SOAP clients what's available on the service and includes some markup as examples. Creating one from scratch ca be a hassle, so it's handy that NuSOAP generates one for you from your server class. He includes sample code to create this generated file and how to create a SOAP client pointed to the PHP script to get the result.

0 comments voice your opinion now!
webservice soap tutorial nusoap wsdl definition


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Using the ZF2 EventManager

Jake Smith's Blog: Callback Filter Iterator in PHP 5.3/5.4

PHPBuilder.com: PHP with Apache on Windows? Piece of Cake!

Danne Lundqvist's Blog: SOAP structures in PHP

Think Vitamin: 9 Magic Methods for PHP


Community Events











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


phpunit framework development release introduction functional code example zendframework2 podcast testing series opinion language tool conference interview unittest application community

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