|
SOAP Tutorial - W3Schools
|
View The Tutorial
In our SOAP tutorial, you will learn what SOAP is, and how it uses XML to exchange information between applications. SOAP is a simple XML-based protocol to let applications exchange information over HTTP.
|
|
|
|
SOAP
|
View The Tutorial
In this tutorial you will learn what is SOAP and Why and How to use it.
|
|
|
|
SOAP: Simple Object Access Protocol
|
View The Tutorial
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.
|
|
|
|
SOAP Tutorial
|
View The Tutorial
In this tutorial you will learn what is SOAP and Why and How to use it.
|
|
|
|
SOAP Basics
|
View The Tutorial
A valid SOAP Message is a well-formed XML document. (For more detail on XML and well-formedness visit http://www.w3.org/XML/ ). The XML prolog can be present but, if present, should contain only an XML Declaration
|
|
|
|
|
|
|
|
A busy developer's guide to SOAP
|
|
|
|
|
Exposing Application Services With SOAP
|
View The Tutorial
With its recently released SOAP Toolkit for Visual Studio, Microsoft has made the process of creating Windows-based SOAP Web Services easy for anybody familiar with the use of COM objects. There are, however, a few gotchas that you need to know about. This article, and the associated download, will provide you with the information you need to make it work.
|
|
|
|
Quick Start with SOAP
|
View The Tutorial
SOAP (Simple Object Access Protocol) is a way for you to remotely make method calls upon classes and objects that exist on a remote server. It's the latest in a long series of similar projects like CORBA, DCOM, and XML-RPC
|
|
|
|
Client-Side SOAP
|
View The Tutorial
Client-Side SOAP is a multi-part tutorial with the aim of introducing you to some of the technologies available for writing clients that consume web services using SOAP.
|
|
|
|
Server-Side SOAP
|
View The Tutorial
As is the case with any client-server paradigm, in the world of web services there are web service providers and web service consumers.
|
|
|
|
General Web service books
|
|
|
|