Web services

TwitterFacebook
Get flash to fully experience Pearltrees

Introduction to Web Services Part 2: Architecture

http://www.developer.com/services/article.php/1495091/Introduction-to-Web-Services---Part-2-Architecture.htm In the previous article, the first in this series, we got a brief overview of Web Services. We also touched on some simple concepts and took a quick look at the problem space that Web Services try to address in the overall context of enterprise applications. In this article, we will aim to set the overall direction for the rest of the articles in this series.
There are two implementations hosted on json-rpc.org: The old one which has support for JSON-RPC over TCP and HTTP. And there is the rewrite of JSON-RPC for python, it is described in this document.

python-json-rpc – JSON-RPC

http://json-rpc.org/wiki/python-json-rpc
http://msdn.microsoft.com/en-us/library/windows/desktop/dd323309(v=vs.85).aspx

About Windows Web Services (Windows)

The Windows Web Services API is a layered API and it may be pictured as follows The WWSAPI is a layered API.

Créer un web service en PHP | Réflexe

http://blog.reflexe-internet.com/2008/01/03/creer-un-web-service-en-php/ Les services web fournissent un moyen simple de faire communiquer les applications.
Cet article de Joe Gregorio est paru, en anglais, sur XML.com le 1er décembre 2004, sous le titre : How to Create a REST Protocol

[Traduction] Comment créer un protocol REST « Compléments pour les formations

http://formatrice.wordpress.com/2008/04/11/creer-un-protocole-rest/
http://rest.elkstein.org/2008/02/using-rest-in-php.html Issuing GET Requests Modern versions of PHP make it trivial to GET web pages: any file-access function (even include !)

Learn REST: A Tutorial: 12.5. Using REST in PHP