1' -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
2
3' Connect to local ASP/Daemon server
4
5Set hashRes = CreateObject("SOAP.Lite").new( _
6  "proxy", "http://localhost/soap.asp", _
7  "uri",   "http://www.soaplite.com/My/Examples" _
8).getStateStruct(CreateObject("SOAP.Lite").hash("a", 1, "b", 2)) _
9 .result
10
11MsgBox hashRes.a
12MsgBox hashRes.b