revXMLRPC_GetMethod | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | xml-rpc library | ||||||
Summary | Returns the name of the method in an XML-RPC document structure. | ||||||
Introduced | 2.5 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: revXMLRPC_SetMethod Function: revXMLRPC_GetPath, revXMLRPC_CreateRequest Glossary: Standalone Application Settings, standalone application, return, function, XML-RPC document, LiveCode custom library, XML-RPC Library: XML-RPC library | ||||||
Security | disk, process | ||||||
Description | Use the revXMLRPC_GetMethod function to retrieve the method name to be called upon execution of an existing XML-RPC document. Where the path of the XML-RPC document tells the server which resource will handle the request, the method name tells that resource which method is being called specifically within that resource. |