DiasVictor/luasoap
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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
wsdl.lua -- Extension module with support to WSDL generation
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
test-wsdl.lua -- WSDL generation test script
$Id: README,v 1.3 2009/07/22 19:02:46 tomas Exp $