home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activetcltk / ActiveTcl8.3.4.1-8.win32-ix86.exe / ActiveTcl8.3.4.1-win32-ix86 / demos / TclSOAP / README < prev    next >
Encoding:
Text File  |  2001-10-22  |  1.2 KB  |  29 lines

  1. samples/README                                           -*-text-*-
  2.  
  3. This directory contains various samples of client SOAP and XMLRPC
  4. methods. Of particular note are the Tcl client implementations of the
  5. test suites in soapinterop.tcl and validator.tcl
  6.  
  7. SOAP Interoperability Labs Test Suite:
  8.   source soapinterop.tcl
  9.   soapinterop::validate http://tclsoap.sourceforge.net/cgi-bin/rpc
  10.  
  11. XMethods Validator Suite:
  12.   source validator1.tcl
  13.   validate_soap http://tclsoap.sourceforge.net/cgi-bin/rpc
  14.   validate_xmlrpc http://tclsoap.sourceforge.net/cgi-bin/rpc
  15.  
  16. TclHTTPD Implementation:
  17.   Provide access from TclHTTPD to the methods implemented by the CGI
  18.   framework. The tclserver.tcl file is an example of using the CGI
  19.   code to export methods under this server. If this is sourced into a
  20.   running tclhttpd instance then the /RPC URL will delegate to the
  21.   SOAP::CGI code. You can then run the validation suite as above
  22.   against your server URL.
  23.  
  24. Async.tcl - a sample demonstrating the use of asynchronous XML-RPC
  25.             using the O'Reilly Meerkat service.
  26.  
  27. cgi-clients.tcl - some client methods for the urn:tclsoap:Test methods
  28.                   provided in the cgi-bin/soap directory.
  29.