We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 72,651 times

Contents

Related Categories

XML SOAP - Introduction

Introduction

SOAP – Simple Object Access Protocol – is the hottest thing in XML development right now. It has a major role to play in Microsoft’s next generation of Visual Studio, and it is the basis of their “.NET” strategy. If you’re looking to write a bullet-proof SOAP service now, in VB6, then look no further than Microsoft’s SOAP toolkit for VB; but if you really want to understand what SOAP is all about, then you need to get under the hood, and start building your own objects around the SOAP standard. This article aims to get you started.

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().

Comments

  • Posted by kpma_l on 19 May 2004

    [quote][1]Posted by [b]kpma_l[/b] on 19 May 2004 04:05 PM[/1]
    I tried to copy the the code and add references to VB project and run the VB app. but get runtime error at the DOMDocument object accesin...

  • getting Runtime error 91 - object or with block va

    Posted by kpma_l on 19 May 2004

    I tried to copy the the code and add references to VB project and run the VB app. but get runtime error at the DOMDocument object accesing a single node.

    Run time error 91.

    MSXML2 and MTS Admin ...

  • WebServices

    Posted by shirikok on 01 Apr 2004

    In .NET web services; How to monitor from where (mostly his/her web site URL but not his/her machine IP) requester is consuming the web service? Techies, [b]'HTTP_REFERER' [/b] and [b]'URLReferrer'[/b...

  • XML SOAP - ASP

    Posted by shirikok on 01 Apr 2004

    Great work by ComponentSource and they have very well explained VB 6.0 client and access to web service. I have a question here. How to monitor from where (mostly his/her web site URL not his/her mac...

  • got the same ???????+???...

    Posted by synapticdata on 20 Nov 2003

    if anyone knows the meaning of this, i could use the feedback. my hunch is, that the SOAP server is not configured to handle the request properly. but i dunno... =)