I''m developing a Xen interface in PHP with xmlrpc support. I''m trying to login with the class ''session'' like in the pdf api on Xen wiki, but this is the result of debugging: POST / HTTP/1.0 User-Agent: XML-RPC for PHP 2.0 Host: 127.0.0.1 Accept-Encoding: gzip, deflate Accept-Charset: UTF-8,ISO-8859-1,US-ASCII Content-Type: text/xml Content-Length: 230 <?xml version="1.0"?> <methodCall> <methodName>session.login_with_password</methodName> <params> <param> <value><string>myuser</string></value> </param> <param> <value><string>mypassword</string></value> </param> </params> </methodCall> ---END--- ---GOT--- HTTP/1.0 200 OK Server: BaseHTTP/0.3 Python/2.4.3 Date: Thu, 17 Aug 2006 14:10:26 GMT Content-type: text/xml Content-length: 308 <?xml version=''1.0''?> <methodResponse> <fault> <value><struct> <member> <name>faultCode</name> <value><int>1</int></value> </member> <member> <name>faultString</name> <value><string>method "session.login_with_password" is not supported</string></value> </member> </struct></value> </fault> </methodResponse> Where''s the error? The name of class/method? Where can i set the password to access to the api of Xen via xmlrpc? Thanks in advice! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users