forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXML-RPC.lcdoc
More file actions
25 lines (19 loc) · 977 Bytes
/
Copy pathXML-RPC.lcdoc
File metadata and controls
25 lines (19 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name: XML-RPC
Synonyms: xml-rpc, extensible markup language - remote procedure call
Type: glossary
Description:
eXtensible Markup Language - Remote Procedure Call. A protocol used for
connecting to Web Services. XML-RPC provides an <XML>- and <HTTP>-based
mechanism for making method or functions calls across a network.
>*Important:* To ensure that the <command|commands> and
> <function|functions> of the <XML-RPC library> work in a
> <standalone application>, you must include this
> <LiveCode custom library|custom library> when you create your
> <standalone application|standalone>. In the Inclusions pane of the
> <Standalone Application Settings> window, make sure the "XML-RPC"
> library checkbox is checked.
References: LiveCode custom library (glossary), XML (glossary), HTTP (glossary),
Standalone Application Settings (glossary), standalone application (glossary),
command (glossary), function (control structure),
XML-RPC library (library)
Tags: networking