Module soap.client
SOAP client.
Default is over HTTP, but one can install other modules such as client.https to provide access via HTTPS. See Copyright notice in license.html
Functions
| call (args) | Call a remote method. |
Functions
- call (args)
-
Call a remote method.
Parameters:
- args Table with the arguments which could be: url: String with the location of the server. soapaction: String with the value of the SOAPAction header. namespace: String with the namespace of the elements. method: String with the method's name. entries: Table of SOAP elements (LuaExpat's format). header: Table describing the header of the SOAP-ENV (optional). internal_namespace: String with the optional namespace used as a prefix for the method name (default = ""). soapversion: Number with SOAP version (default = 1.1).
Returns:
-
String with namespace, String with method's name and
Table with SOAP elements (LuaExpat's format).