Remote Procedure Call (RPC) Interface

This functionality can be accessed on a running i-net Clear Reports server by using an XML-RPC client and calling <context>.<methodName> on the URL "{%HOST:PORT%}/xmlrpc/". Here is a simple example, using the Redstone XML-RPC client:

XmlRpcClient c = new XmlRpcClient( "{%HOST:PORT%}/xmlrpc/", false );
Object token = c.invoke( "report.getPromptFields", new Object[] { myfile.getAbsolutePath() });
XmlRpcArray fieldArray = (XmlRpcArray)token;

Do you have ideas for further functionality you'd like to see offered in the XML RPC interface? Let us know!

Function Description Permission required
 

i-net software

© Copyright 1996 - 2010, i-net software; All Rights Reserved.