search for: methodresponse

Displaying 7 results from an estimated 7 matches for "methodresponse".

2006 Jul 26
2
A Struct inside of a Struct
...h a boolean: member but I don''t seem to be able to have another Struct as a member? Am I barking up the wrong tree trying to do it this way? Should I try something else? I would really appreciate any help on this... <?xml version="1.0" encoding="UTF-8"?> <methodResponse> <params> <param> <value> <struct> <member> <name>success</name> <value> <boolean>1</boolean> </value> </member> <member&...
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems to only occur on systems with very large memory. However, on those systems, it''s a show-stopper. I see this as a temporary solution until we can sanitize the XML-RPC functions and get rid of all the S-Expression stuff. I''ll run xm-test tomorrow against it. Right now I''ve only done basic
2006 Jul 24
1
XMLRPC WebService and Structs
...t;/value> </param> <param> <value><string><!-- Code here --></string></value> </param> </params> </methodCall> << Returning <?xml version="1.0" encoding="UTF-8"?> <methodResponse> <params> <param> <value> <struct> <member> <name>success</name> <value> <boolean>1</boolean> </value> </member>...
2007 Oct 31
0
xm in xen-api mode problem after failure to start domain (vbd in use)
...odName>VM_metrics.get_all_records</methodName> <params> <param> <value><string>314e378d-1895-3682-d254-66e6134f0950</string></value> </param> </params> </methodCall> <--- from server <?xml version=''1.0''?> <methodResponse> <params> <param> <value><struct> <member> <name>Status</name> <value><string>Failure</string></value> </member> <member> <name>ErrorDescription</name> <value><array><data> <value>&l...
2005 Dec 27
1
Rails/Ajax question from a newbie (to both)
...dered version of that table, and the other returns an XML-RPC document, and this is where I hit a snag. The Rico LiveGrid tutorial describes the XML schema it''s looking for, and it''s clearly not what I''m getting from the XML-RPC partial. What I have looks like this: <methodResponse> <params> <param> <value> <array> <data> <value> <struct> <member> <name>field1</name> <value> . . . It does have the <xml version... /> tag at the top, btw. It works fine w...
2007 Dec 06
3
XenApi
I originally posted this to the xenapi mailing list but i dont think many are on there... here''s my question. My first attempt at this, trying to get php to interface with /var/run/xend/xen-api.sock (or even 127.0.0.1:9363 for that matter). I can make a connection to both the unix socket and the inet socket and write/read data. The problem is i always get the same responce back, also
2006 Aug 16
7
ActionWebService: XMLRPC Server Multicall possible?
Hi all, I have a question concerning ActionWebService XMLRPC servers: Is it possible to send multicall requests to the Web service? I tried to use multicall and get the error message: no such method ''system.multicall'' on API [MyAPI] In Changeset 2021 there is the following commit message: add ''system.multicall'' support to XML-RPC. boxcarred methods must