Skip to content

DiasVictor/luasoap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 13 commits ahead, 38 commits behind tomasguisasola:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
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 $

About

LuaSOAP provides a very simple API that convert Lua tables to and from XML documents

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 98.9%
  • Makefile 1.1%