How to use the XML-RPC services on www.netareports.com
What is XML-RPC?
XML-RPC is a cross platform protocol for executing remote procedure calls and
exchanging information between servers via the internet. For more information
and resources click here.
How to use the XML-RPC services on www.netareports.com
To access the XML-RPC services requires the following :
- Download a client for your operating system / development environment.
- Examine the documentation on the web service you wish to connect to in the
packages section.
- Ensure that you and your users have the correct priviliges to use the service.
- Write your code and test it.
- Almost all calls to the XML-RPC interface require the user to get a user authentication
token first using the method user.getUserToken
and then call the web-service for the data.
Packages
The XML-RPC interfaces into the system are broken into discrete packages. These
packages are defined in the packages section of
this web site. Some package documentation is restricted to users with the correct
user privileges.