1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
LuaSOAP is a library of functions to deal with SOAP
This library depends on LuaExpat.
Here goes a small description of the files in the distribution
README -- This file
doc/us/
index.html -- Home page
examples.html -- Some examples
license.html -- Copyright & License
luasoap.png -- LuaSOAP Logo
manual.html -- Reference manual
src/
soap.lua -- Source file
client.lua -- Extension module over HTTP (depends on LuaSocket)
server.lua -- Extension module based on CGILua
src/client/
https.lua -- Extension module over HTTPS (depends on LuaSec)
tests/
test.lua -- Overall API test script
test-http.lua -- Client API test script
test-server.lua -- Server support test script
$Id: README,v 1.3 2009/07/22 19:02:46 tomas Exp $
|