
Hammer down your power consumption!
picoPower - best choice for low power MCU's. Click her to see why and win a free AVR kit!

| |
-
overview
-
A Web Services Primer
From a service API point of view, the majority of the web's work is done by 3 methods (GET, POST, and PUT) and a simple markup language.
The web services movement is about the fact that the advantages of the Web as a platform apply not only to information but to services.
preview:
http://webservices.xml.com
-
overview
-
SOAP - Simple Object Access Protocol
SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment.
It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses.
preview:
http://www.w3.org
-
overview
-
Top Ten FAQs for Web Services
Web services represent an important evolutionary step in building distributed applications.
But, what exactly is a Web service? What is the Web service protocol stack? And, does the World Wide Web Consortium support any Web service standards?
preview:
http://www.oreillynet.com
-
overview
 -
Web Services @ Wikipedia
A 'Web service' (also Web Service) is defined by the W3C as 'a software system designed to support interoperable machine-to-machine interaction over a network'[1]. Web services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services.
The W3C Web service definition encompasses many different systems, but in common usage the term refers to clients...
preview:
http://en.wikipedia.org
-
project
-
eSoap - Embedded Web Services
eSOAP is small lightweight implementation of the Simple Object Access Protocol (SOAP) specifically designed for embedded systems.
The eSOAP toolkit is a C++ library that provides a SOAP engine for your embedded system.
This engine provides the tools you need to enable your embedded system with the interoperablity typical of client/server systems, web services, and three-tier applications.
preview:
http://esoap.ultimodule.com
-
project
-
gSOAP: Generator Tools for Coding SOAP/XML Web Service
The gSOAP compiler tools provide a unique SOAP/XML-to-C/C++ language binding to ease the development of SOAP/XML Web services and clients in C and/or C++. Most toolkits for C++ Web services adopt a SOAP-centric view and offer APIs for C++ that require the use of class libraries for SOAP-specific data structures.
preview:
http://www.cs.fsu.edu
-
project
-
SOAP UDDI: Developing infrastructure software for web-services
The goal of this project is to develop all the missing pieces that currently exist in deploying an enterprise-level application over web-services platform.
This project is sponsored by Induslogic, Inc. which is building a full-fledged commercial implementation of web-services in its Xintegrate range of products.
preview:
http://soapuddi.sourceforge.net
 |