SOAPASP is an attempt at implementing a SOAP toolkit for normal ASP through the use of standard Microsoft XML components, and releasing them for any ASP developers to easily consume web services in their pages.
As a start, I have produced a simple web service that returns the square of the integer that was sent to it. The web service is available at
http://www.bluemini.com/web_services/test.cfm
but this will error if called from a standard browser. Instead we need to first get the WSDL file that defines the web service. This is available from
http://www.bluemini.com/web_services/test.cfc?wsdl
If you would like to express an interest in this project then please complete this form
http://www.aspalliance.com/lance/wsdl.asp
http://www.w3schools.com/soap/default.asp
http://www.aptech-education.com/Soap_Ophera.htm
http://www.cs.unc.edu/Courses/comp190/docs/lessons/ws/ws_soap
http://www.roguewave.com/support/docs/xml/xdbug/6-2.html
http://www.saferpay.com/help/WebHelp/Programmers_Reference/Error_Codes.htm