News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Web Services Implementation using PHP and SOAP
October 26, 2007 @ 10:27:00

There's a new article from PHPBuilder.com today that focuses on one of the "glue" that helps bind the web together (and is binding it more and more each day) - web services, specifically with PHP and SOAP.

Web Services is a system which enables and supports interoperability. It enables applications written in different languages, located in different places, running on different operating systems, to talk to each other, exchange information and perform different operations. The building blocks of Web Services are a set of XML based standards namely SOAP (Simple Object Access Protocol), WSDL (Web Services Description Language) and UDDI (Universal Description, Discovery, and Integration).

They opted to go the NuSOAP route (the popular PHP4-ish way to do SOAP) but the same general ideas apply with with PHP5 implementation of the SOAP protocol.

They introduce web service a bit, explaining the different parts of the typical service setup then move into NuSOAP and examples of its use. Their code example sends a string ("Hello World") to the remote service that takes it in and validates it on if it's actually a string or not. If it is, all is returned well - otherwise, it returns an error.

0 comments voice your opinion now!
webservice soap nusoap tutorial validatestring webservice soap nusoap tutorial validatestring


blog comments powered by Disqus

Similar Posts

Benjamin Eberlei's Blog: Using a Dependency Injection Container with Zend_Application

Christian Wenz's Blog: Installing PHP on Windows 7

Michael Nitschinger's Blog: Handling JSON like a boss in PHP

Emran Hasan' Blog: Changing the default controller naming convention in CodeIgniter

Ibuildings Blog: DPCRadio: Let's Build a Parser


Community Events











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


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

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