xcon.SendText (HTTP POST with XML string)

Description

This function can be used to send data via an established connection.

Signature

bool xcon.SendText (HTTP POST with XML string) (string, string, number, number, string, string)

Parameters

Name Type Mandatory/Optional Description
stringMHandle that identifies the connection within the LUA script.
stringMURL
numberM5 (constant)
numberM0 (constant)
stringMthe XML text to be sent
stringOcharacter set, e.g. utf-8 (optional)

Return

Type Description
booltrue when server is initialized, otherwise false.