Main > XML Service > Resources
Resources XML-RPC Service
Descriptions
This service is used to retrieve information about the status of the server.
url:http://www.christophermahan.com/xmlservice/resources/resources.asp
Methods:
- status: no arguments, returns a string with the server status in english.
- status_code: no arguments, returns the status number.
- server_time: no arguments, returns the server time.
- server_date: no arguments, returns the server date.
- server_ip: no arguments, returns a string with the server IP.
- client_ip: no arguments, returns a string with the client IP.
- echo: one string argument, returns the same string argument.
- addnumbers: takes two numberic arguments, returns one numeric argument with the sum of the two numbers.