Getting started with ASP
Prerequisites: SOAP Toolkit Version 3.0
To verify if the required software exists, use (on an ASP page):
<%
Dim X : Set X = Server.CreateObject("MSSOAP.SOAPClient30")
Response.Write "SOAP is available"
%>
In case it is not available, an error message will show.
Download MS SOAP Toolkit Version 3.0 from Microsoft's web site here