1Announcing a SOAP and XML-RPC binding for Tcl 8.3              -*- text -*-
2
3TclSOAP is a Tcl binding to SOAP and XML-RPC remote procedure calls. Client
4RPC calls are used just like Tcl internal procedures and Tcl procedures can
5be exported via HTTP using the SOAP::CGI package. For instance,
6the XMethods getTemp method can be called from Tcl using:
7
8% set temp [getTemp 90810]
941.0
10
11The Tcl SOAP package is written entirely in Tcl and depends upon the
12TclDOM package written by Steve Ball of www.zveno.com.
13
14For more information go to 
15   http://tclsoap.sourceforge.net/
16and the package is at
17  http://sourceforge.net/projects/tclsoap
18or you can examine the CVS repository at
19  http://cvs.tclsoap.sourceforge.net/tclsoap/cvsroot
20
21This Tcl SOAP package has been tested with Tcl 8.3 on Linux, OpenBSD and
22Windows (98 and 2000) using TclXML 1.2 and TclDOM 1.6 and TclXML 2.0 and 
23TclDOM 2.0.
24
25Links
26-----
27
28TclSOAP  -  http://tclsoap.sourceforge.net/
29TclXML   -  ftp://ftp.zveno.com/TclXML/TclXML-1.2.tar.gz
30            http://tclxml/sourceforge.net/
31TclDOM   -  ftp://ftp.zveno.com/TclDOM/TclDOM-1.6.tar.gz
32            http://tclxml.sourceforge.net/
33XMethods -  http://www.xmethods.net/
34
35License
36-------
37
38This software is distributed in the hope that it will be useful, but
39WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
40or FITNESS FOR A PARTICULAR PURPOSE.  See the accompanying file `LICENSE'
41for more details.
42