Any Amember XMLRPC sample code or documentation ? It's been around for years now. I really hope some code or documentation can be produced. I lookesd at the XMLRCP functions but it's taking me some time to figure it out. For example: How do Post a query to work these functions ? xmlrpc_add_payment xmlrpc_add_pending_user xmlrpc_get_user xmlrpc_get_products_list Any submission form examples I can see ?
See Ken Gary's last post of this thread: http://www.amember.com/forum/showthread.php?t=8458&highlight=xmlrpc
A good start, but... Can we get some documentation of what methods can be called over RPC, and what their arguments are? I'm evaluating an aMember purchase right now and being able to do API calls by XMLRPC is a must-have feature. I'm using the 30-day Zend image which unfortunately encrypts xmlrpc/index.php source, so I can't see the method signatures...
'ping' => 'xmlrpc_ping', 'query' => 'xmlrpc_query', 'query_all' => 'xmlrpc_query_all', 'query_one' => 'xmlrpc_query_one', 'query_row' => 'xmlrpc_query_row', 'query_first' => 'xmlrpc_query_first', 'add_pending_user' => 'xmlrpc_add_pending_user', 'get_user' => 'xmlrpc_get_user', 'update_user' => 'xmlrpc_update_user', 'delete_user' => 'xmlrpc_delete_user', 'add_payment' => 'xmlrpc_add_payment', 'get_user_payments' => 'xmlrpc_get_user_payments', 'get_products_list' => 'xmlrpc_get_products_list', 'calculate_expiration' => 'xmlrpc_calculate_expiration', 'check_uniq_login' => 'xmlrpc_check_uniq_login', 'check_remote_access' => 'xmlrpc_check_remote_access', 'check_login' => 'xmlrpc_check_login',