diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-03-29 01:04:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:10 +0700 |
commit | 8c60c2497dfdcebf945be6567ba79ae713a2733b (patch) | |
tree | ece2b596b39b65c29f76d0506949e98b0571073e /libraries/tclsoap/README | |
parent | 523a2a1743fbae29dfe60c471c180fd448fc4a60 (diff) |
libraries/tclsoap: Added (SOAP client/server for Tcl)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tclsoap/README')
-rw-r--r-- | libraries/tclsoap/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/tclsoap/README b/libraries/tclsoap/README new file mode 100644 index 0000000000..7334466911 --- /dev/null +++ b/libraries/tclsoap/README @@ -0,0 +1,5 @@ +The TclSOAP package provides a mechanism to bind Tcl command +procedures to remote procedure calls using the Simple Object +Access Protocol (SOAP) and XML-RPC over HTTP. Both client and +server code is provided. + |