Error getting tags :
error 404Error getting tags :
error 404
revXMLRPC_SetMethod theRequest,"sample.elizabethanInsult"
Use the revXMLRPC_SetMethod command to set the method name to be called upon execution of an existing XML-RPC document.
Parameters:
The documentID is the number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request.
The method name is the the method name to be called upon execution of the XML-RPC document documentID.
Comments:
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.
If the revXMLRPC_SetMethod command encounters an error, the result is set to an error message beginning with "xmlerr" or "xmlrpcerr".
Important!
The revXMLRPC_SetMethodcommand is part of the XML-RPC library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions section on the General screen of the Standalone Application Settings window, make sure "XML-RPC Library" is selected in the list of script libraries.