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