want to join us? register, it's easy | help

browse by tag: soap

sort by

newest, oldest, most popular


category icon

Paypal and NuSOAP

in PHP added by goodphptutorials, on 7/11/2007 intermediate paypal soap webservice

This is a quick guide to building webservice clients for Paypal SOAP webservices.

comment save report
category icon

Google Webservices with PHP

in PHP added by goodphptutorials, on 5/3/2007 PEAR google networking soap webservice

Have you ever wanted to enrich your site with information from Google, Amazon, eBay, or one of the many other sites that provide web services through SOAP? In this tutorial, I will be demonstrating how to use the SOAP package from PEAR to query Google's extensive database.

comment save report
category icon

Fast PHP Tutorials - Part 1

in PHP added by goodphptutorials, on 2/3/2007 beginner beginner tutorials curl fast soap tutorial wsdl xml

These series of tutorials will start teaching PHP from scratch and will go to the extreme limit of PHP programming including its working with other tools like XML, cURL, AJAX, SOAP and WSDL etc.

comment save report
category icon

PHP SOAP Extension

in PHP added by goodphptutorials, on 2/12/2006 advanced networking soap web services xml

This article describes the new SOAP extension for PHP. It is intended for PHP developers who want to write their own Web Services servers, or use SOAP to access existing ones. It assumes some familiarity with Web Services, SOAP, and WSDL (Web Services Description Language).

comment save report
category icon

PHP Web Services Without SOAP

in PHP added by goodphptutorials, on 28/9/2006 advanced tutorials delete get post put rest soap web services

REST, unlike SOAP, doesn't require you to install a separate tool kit to send and receive data. Instead, the idea is that everything you need to use Web services is already available if you know where to look. HTTP lets you communicate your intentions through GET, POST, PUT, and DELETE requests.

comment save report