revXMLRPC_GetPath

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
revXMLRPC_GetPath(<XMLRPCdocumentID>)
Associationsxml-rpc library
Summary

This function returns the target path of an XML-RPC document.

Introduced2.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
XMLRPCdocumentID

The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request.

Example
local tPath
put revXMLRPC_GetPath(tRequest) into tPath
Values
NameTypeDescription
return

The revXMLRPC_GetPath function returns the file path, which allows the host to determine which resource is the target of the XML-RPC document.

RelatedGlossary: return, host, XML-RPC, Standalone Application Settings, XML-RPC document, standalone application, file path, function, LiveCode custom library
Command: revXMLRPC_SetPath, revXMLRPC_GetMethod
Function: revXMLRPC_CreateRequest, revXMLRPC_Execute
Library: XML-RPC library
Control Structure: function
Securitydisk, process
Description

Use the revXMLRPC_GetPath function to retrieve the path that is the target of the execution of an XML-RPC request.

If the revXMLRPC_GetPath function encounters an error, it returns an error message starting with "xmlrpcerr" ..

Tagsnetworking