<% ' -- SOAP::Lite -- guide.soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- Response.ContentType = "text/xml" Response.Write(Server.CreateObject("SOAP.Lite") _ .server("SOAP::Server") _ .dispatch_to("/home/soaplite/modules") _ .handle(Request.BinaryRead(Request.TotalBytes)) _ ) %>