I have downloaded the xml-rpc v2.2 zip-file from http://phpxmlrpc.sourceforge.net/, and the demo client is working fine when the server is phpxmlrpc.sourceforge.net/server.php.
But when I change the server to where my local server file is located, I get the error message "An error occurred: Code: 5 Reason: 'Connect error: (108722256)'" when I click the "go" button in the form.
I have downloaded the newest versions of xmlrpc.inc, xmlrpcs.inc and xmlrpc_wrappers.inc files and included them in the php-files.
When I run the debugger at http://gggeek.raprap.it/debugger/ with my local server, I get the error message :
"XMLRPC call FAILED!
Fault code: [5] Reason: 'Connect error: Success (0)'"
I am running PHP Version 5.2.3 with Apache, and using Windows Vista.
Any suggestions to what I do wrong? It had been great if anyone could help me 🙂