revXMLRPC_GetResponse | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | xml-rpc library | ||||||
Summary | If the execution of an XML-RPC request was successful, this function returns the response document. | ||||||
Introduced | 2.5 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Glossary: LiveCode custom library, Standalone Application Settings, standalone application, function, XML-RPC Function: revXMLRPC_GetRequest, revXMLRPC_Execute, revXMLRPC_Error, revXMLRPC_Error, revXMLRPC_CreateRequest, revXMLRPC_Execute Library: XML-RPC library | ||||||
Security | disk, process | ||||||
Description | Use the revXMLRPC_GetResponse function to retrieve the response to the execution of an XML-RPC request.
| ||||||
Tags | networking |