Hi László,

On 8/14/12 10:08 AM, László Monda wrote:
$xml = xmlrpc_encode_request("getSupervisorVersion", NULL,
array('encoding'=>'utf-8'));

xmlrpc_encode_request("supervisor.getSupervisorVersion", NULL,
array('encoding'=>'utf-8'));

$request = 'POST / HTTP/1.1' . $crlf;

$request = 'POST /RPC2 HTTP/1.1' . $crlf;

After the two changes above, your code shows the expected XML-RPC response when I run it from PHP on the command line.

Regards,
Mike

--
Mike Naberezny
Maintainable Software
http://maintainable.com

_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to