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

Developer.com: Scaffolding with CakePHP - Managing Your Fantasy Football Team

DevShed: Introducing the Facade Pattern in PHP 5

DevShed: The Basics of Abstract Factory Classes in PHP 5

DashExamples.com: Capture Content Security Policy (CSP) Violations in PHP

Noupe.com: How To Create Your Own Stats Program (JavaScript, AJAX, PHP)


Community Events











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


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

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