[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] Xen API and XML-RPC


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: "Paolo Tonin" <paolo.tonin@xxxxxxxxx>
  • Date: Thu, 17 Aug 2006 14:13:37 +0200
  • Delivery-date: Fri, 18 Aug 2006 03:00:08 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ddOnFCtBf8nYa7K7kK0bU1hVAW72qNC2o/Qa2eIYTHO52SsM6ueIGscZFsV+KX62gk1xGOChcz5Mkxm1RvkNcIuuJSkgNwZ2f/wEcB4LO88zszYAFngCzJubZN4SJj7X666/Uctjs4Hwfypwp5jtlbwcAbCFcXpD0tiYUCbvnE0=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.