StateName
This service exactly reproduces the functionality of betty.userland.com/RPC2.
The following methods are supported:
Parameters
| integer | stateNumber - number of state (1-50) |
Return Value
| string | Name of state corresponding to stateNumber parameter |
Parameters
| struct | request - struct containing any number of integers representing state numbers |
Return Value
| string | List of comma separated state names. Note that the order of the names may not correspond to the order of the numbers in the struct input parameter. This is because XML-RPC struct members are specified to be unordered (an array input parameter would have been more appropriate). |