Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / XML

SOAP - A Bubbly Future

Rate me:
Please Sign up or sign in to vote.
3.00/5 (7 votes)
7 Jun 2000 253.9K   28   27
An introduction to SOAP

Introduction

Earlier this week, Microsoft posted the long awaited "SOAP Toolkit for Visual Studio 6.0" at http://msdn.microsoft.com/xml/general/toolkit_intro.asp. This toolkit was first announced at VBITS, San Francisco and was originally scheduled to be released in March 2000. The file to be downloaded is a 1.23 MB self extracting executable.

After extracting the relevant files to your hard disk, the first place to start is the Readme.txt file that is available under the directory where the files were extracted. The initial excitement quickly fades away after reading the requirements, which I have reproduced below.

For SOAP client, Microsoft Windows 2000 (Professional or Server) is required. For SOAP services server, IIS 5.0  is required. For development, Microsoft Visual Studio 6.0 with SP3 is required.
Windows 9x are not supported in this release. Only limited tests have been run on Microsoft Windows NT 4.0 SP6a with IIS 4.0 and IE5.0.

The fact that Windows 9x is not supported immediately rules out using this toolkit for any client side development (at least for most commercial products). Also, the fact that limited testing has been done on Windows NT 4.0 + SP6a as well as IIS 4.0 implies that only a few brave souls will attempt to use it on that platform. Even though Microsoft has not committed to it, it seems unwise not to support Windows 9x SOAP clients in the future.

For getting a good introduction to the toolkit, reading through the SOAPTK.chm is a must. This introduces the various technologies that are used within the toolkit as well as introduces the term ROPE (Remote Object Proxy Engine). ROPE is essentially the infrastructure developed by Microsoft for SOAP clients and servers. One does not have to use this infrastructure but it makes things easier for those familiar with the Microsoft platform and technologies.

Many of us may have first heard about ROPE after the recent incident wherein Microsoft sent its lawyers after an ex-consultant who was to talk about ROPE at a Seattle area JAVA SIG while he was under NDA. Additional details about this can be read here.

Running the Sample SOAP Client

The only thing required to test the demo Visual Basic SOAP client is to register ROPE.dll using a utility like RegSvr32.exe. Microsoft has already setup a server at http://131.107.91.6/SOAPDemo/services.xml so all you need is access to the internet. Detailed instructions are available within the "ROPE Samples Tutorial" section of SOAPTK.chm. Reading the "Troubleshooting the SOAP Toolkit" section is also recommended.

If you do not have the Visual Studio 6 Enterprise Edition installed on your machine, you will get a compile error "Can't find project or library'. The culprit is the line 'Dim r As Registry'. This can be rectified as follows:

  1. Click on the 'Project | References' menu item and deselect the 'Registry Access Functions' entry which will be flagged as MISSING.
  2. Comment out or delete the 'Dim r as Registry' line.

Everything should work fine after this assuming you are running on a Windows 2000 machine and have access to the internet.

Web Services

I first heard about 'Web Services' on the MSDN Show "Conversations on XML and BizTalk'. One of the MSDN programmers describes a fire drill that he and his team went through for a new concept called 'Mega Services' that was to be demonstrated by Steve Ballmer sometime last year. The power of this was immediately apparent and the MSDN team has built this toolkit around all the infrastructure code that was developed by their programmers. Just prior to the demo, the name was changed to 'Web Services'.

The basic idea of a Web Service is to enable non-browser clients to access information from a web server. Additional details can be obtained by watching the above MSDN Show ('Enter the programmer' segment) or reading the 'An Introduction to the SOAP Toolkit' section of SOAPTK.chm.

The SOAP Toolkit Wizard

This Wizard will create the source files for your own SOAP service from a COM object you have developed or have access to. The 'Guide to using the SOAP Toolkit Wizard' section of SOAPTK.chm describes the various steps required to create a custom web service.

COM+ 2.0 and Visual Studio 7.0

Even though COM+ 2.0 was previously mentioned on the WINDEV and iDevResource sites, this is the first official mention from Microsoft that I have seen. Also interesting is the fact that COM+ 2.0 is mentioned with Visual Studio 7.0 which could be interpreted as the latter having full support for the former.

The Future of the SOAP Toolkit

This first release of the toolkit was released by MSDN. The full source code for the ROPE.dll module as well as the ASP and ISAPI listeners is included. The next major release is planned for the Microsoft Professional Developers Conference in July 2000. This will be a joint effort between the MSDN group and a product team.

After the second release, the product team will fully control the toolkit while MSDN will provide guidance and sample code for some of the common, difficult problems we are going to solve using SOAP.

The Future of SOAP

Even though Userland, Developmentor and Microsoft came up with the initial SOAP specification, IBM and Lotus Development Corporation were involved with the SOAP 1.1 Specification (http://msdn.microsoft.com/xml/general/soapspec.asp#_Toc478383486). I also read today that SUN Microsystems has also decided to join the SOAP bandwagon. This guarantees that SOAP has a solid future.

License

This article has no explicit license attached to it, but may contain usage terms in the article text or the download files themselves. If in doubt, please contact the author via the discussion board below.

A list of licenses authors might use can be found here.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionSOAP need COM or .NET ?? Pin
Member 1915118-Jul-04 21:05
Member 1915118-Jul-04 21:05 
GeneralSOAP attachment in C++ Pin
Nilay Hazra27-Aug-03 1:40
Nilay Hazra27-Aug-03 1:40 
GeneralSending files between server and client using SOAP in .net platform Pin
ariella9-Dec-02 11:34
ariella9-Dec-02 11:34 
GeneralRe: Sending files between server and client using SOAP in .net platform Pin
kentour9-Aug-03 14:18
kentour9-Aug-03 14:18 
GeneralArray Parameter HELP!!!!!!! Pin
22-May-01 21:31
suss22-May-01 21:31 
GeneralIs this article about SOAP or about.. Pin
25-Mar-01 13:01
suss25-Mar-01 13:01 
GeneralRe: Is this article about SOAP or about.. Pin
Jeremiah Talkar9-Apr-01 8:12
Jeremiah Talkar9-Apr-01 8:12 
GeneralSOAP for TCP/IP Pin
19-Mar-01 22:13
suss19-Mar-01 22:13 
GeneralRe: SOAP for TCP/IP Pin
8-May-01 14:02
suss8-May-01 14:02 
GeneralUpdate: SOAP on NT and 9x Pin
Jonathan Gilligan10-Feb-01 10:25
Jonathan Gilligan10-Feb-01 10:25 
GeneralSamples VB to Java Pin
29-Nov-00 3:57
suss29-Nov-00 3:57 
GeneralRe: Samples VB to Java Pin
15-Dec-00 7:14
suss15-Dec-00 7:14 
GeneralRe: Samples VB to Java Pin
23-Feb-01 10:23
suss23-Feb-01 10:23 
GeneralRe: Samples VB to Java Pin
1-Mar-01 10:36
suss1-Mar-01 10:36 
GeneralRe: Samples VB to Java Pin
19-Jun-01 21:35
suss19-Jun-01 21:35 
GeneralSOAP Install Pin
johann dumser11-Oct-00 5:08
sussjohann dumser11-Oct-00 5:08 
GeneralRe: SOAP Install Pin
Ken Wright11-Oct-00 9:51
Ken Wright11-Oct-00 9:51 
GeneralRe: SOAP Install Pin
30-Oct-01 3:25
suss30-Oct-01 3:25 
GeneralPorting Rope.dll to Win 9x Pin
Tim Zobel23-Jun-00 5:09
Tim Zobel23-Jun-00 5:09 
GeneralRe: Porting Rope.dll to Win 9x Pin
Jason Chapman19-Sep-00 11:40
Jason Chapman19-Sep-00 11:40 
GeneralRe: Porting Rope.dll to Win 9x Pin
Antonio de la Rosa Cruz13-Oct-00 9:40
sussAntonio de la Rosa Cruz13-Oct-00 9:40 
GeneralRe: Porting Rope.dll to Win 9x Pin
Antonio de la Rosa Cruz13-Oct-00 9:41
sussAntonio de la Rosa Cruz13-Oct-00 9:41 
hi, some days ago i git a version of Rope.dll for Win9x
this version works just fine in Windows98 but not in
Windows95.

When i call the method LoadServicesDescription in Windows95
i receive FALSE, but in Windows98 works pretty fine.

What did you do?

Would you mind sharing with me that?

I really need this works....=/.....my job depends on it.....=/

Thanks!!




...................................................

antoniodelarosa|isp&portal|terra

150.40.00 xt:4703

GeneralRe: Porting Rope.dll to Win 9x Pin
Antonio de la Rosa Cruz13-Oct-00 9:41
sussAntonio de la Rosa Cruz13-Oct-00 9:41 
GeneralMaybe it will boost Java usage Pin
mbentein12-Jun-00 23:06
mbentein12-Jun-00 23:06 
QuestionIs SOAP designed to trip-up Java? Pin
Arvind239-Jun-00 8:22
Arvind239-Jun-00 8:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.