Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Introduction > XML > SOAP
Search
DevASP

What's New
What's Hot

Simple Object Access Protocol: A Step-By-Step Approach       
Total Hits: 746  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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()....

What Is SOAP?       
Total Hits: 585  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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...

SOAP is really Simple       
Total Hits: 566  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using a very simple Visual Basic application as a client and an ASP Page as a server, Darshan Singh shows how SOAP works....

XML and SOAP--Essential to .NET       
Total Hits: 1083  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

An Introduction to the SOAP Toolkit Part II       
Total Hits: 480  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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.


...

'Hello World' using Microsoft SOAP Toolkit       
Total Hits: 757  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

A step-by-step guide to build 'Hello World' Web service and client using Microsoft SOAP Toolkit....

W3C SOAP Note       
Total Hits: 549  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your 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.....

Microsoft : Introduction of SOAP       
Total Hits: 561  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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.....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com