Module soap.server
LuaSOAP support for service development.
See Copyright Notice in license.html
Functions
| export (desc) | Exports methods that can be used by the server. |
| handle_request (postdata, querystring) | Handles the request received by the calling script. |
| new (server) | Create a new SOAP server |
Functions
- export (desc)
-
Exports methods that can be used by the server.
Parameters:
- desc Table with the method description. The programmer MUST provide different tables for different methods.
- handle_request (postdata, querystring)
-
Handles the request received by the calling script.
Parameters:
- postdata String with POST data from the server.
- querystring String with the query string.
- new (server)
-
Create a new SOAP server
Parameters:
- server Table with SOAP server description and configuration.
Returns:
-
Table with server representation.