|
|
|
|
|
Total Hits: 518 | Today: 0 |
|
Rating:
|
|

SOAP, the Simple Object Access Protocol, is an XML syntax for exchanging messages. Because it is XML, it is both language and platform independent. SOAP is a fundamental part of .NET, Microsoft's new development platform, and it will be important for developers moving to .NET to understand what SOAP is and how it works. Chris is the subwebmaster of SOAPWorkshop on VBXML.COM...
|
|
|
|
Total Hits: 373 | Today: 0 |
|
Rating:
|
|

This article provides in-depth answers to frequently asked development questions regarding Microsoft SOAP Toolkit 2.0....
|
|
|
|
Total Hits: 633 | Today: 0 |
|
Rating:
|
|

In the article, we will create a simple SOAP service, and a client to access that service. The service will be in the form of an Active Server Page, which I have called soap.asp - it will need to live in the root directory of your Personal Web Service (by default c:\inetpub\wwwroot\) Our service will accept and process SOAP requests made by our client – a VB exe, with a single module, and a start-up Sub Main()....
|
|
|
|
Total Hits: 685 | Today: 0 |
|
Rating:
|
|

This article describes what is SOAP and its implication in the world of distributed computing. SOAP was originally developed by Microsoft, IBM, DevelopMentor and Userland Software and was then submitted to the Internet Engineering Task Force (IETF), who eventually made it an official recommendation. Though Microsoft camp seem to have played a major role in defining the specification of SOAP. ...
|
|
|
|
Total Hits: 420 | Today: 0 |
|
Rating:
|
|

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 can potentially be used in combination with a variety of other protocols; how.....
|
|
|
|
Total Hits: 743 | Today: 0 |
|
Rating:
|
|

At the heart of .NET is XML and SOAP. Kenn Scribner (the author of Understanding SOAP) explains how the key to realizing and leveraging .NET begins with these two essential technologies....
|
|
|
|
Total Hits: 251 | Today: 0 |
|
Rating:
|
|

This is the second part of a two-part series geared to get you quickly started with Web services and the Microsoft SOAP Toolkit. It will allow you to consume the server that we created in the first part (see http://www.15seconds.com/issue/010725.htm) of this article. Part I shows you how to use the toolkit on the server, and deploy your Web service. ...
|
|
|
|
Total Hits: 470 | Today: 0 |
|
Rating:
|
|

Using a very simple Visual Basic application as a client and an ASP Page as a server, Darshan Singh shows how SOAP works....
|
|
|
|
Total Hits: 652 | Today: 0 |
|
Rating:
|
|

A step-by-step guide to build 'Hello World' Web service and client using Microsoft SOAP Toolkit....
|
|
|
|
Total Hits: 499 | Today: 0 |
|
Rating:
|
|

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 can potentially be used in combination with a variety of other protocols; how.....
|
|
|
|
|
|
|