revXMLRPC_SetMethod | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | xml-rpc library | |||||||||
Summary | Sets 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_SetPath, revXMLRPC_GetMethod Function: result, revXMLRPC_CreateRequest Glossary: LiveCode custom library, Standalone Application Settings, standalone application, command, XML-RPC document, XML-RPC Library: XML-RPC library | |||||||||
Security | disk, process | |||||||||
Description | Use the revXMLRPC_SetMethod command to set 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. |