summaryrefslogtreecommitdiffstats
path: root/libraries/tclws/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/tclws/README')
-rw-r--r--libraries/tclws/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/tclws/README b/libraries/tclws/README
new file mode 100644
index 0000000000..5a5630be85
--- /dev/null
+++ b/libraries/tclws/README
@@ -0,0 +1,13 @@
+ This package provides a Tcl implementation of both client side access
+ to Web Services and server side creation of Web Services. Currently
+ only document/literal and rpc/encoded with HTTP Soap transport are
+ supported on the client side. The server side code currently works
+ with several web servers:
+* TclHttpd
+* Apache with Rivet
+* AOLserver
+* WUB
+* wibble
+* Microsoft IIS
+
+The server side code can also be embedded in other applications