search for: methodcall

Displaying 15 results from an estimated 15 matches for "methodcall".

Did you mean: method_call
2006 Jan 04
5
Webservice External XMLRPC
..._required web_service_dispatching_mode :delegated web_service_scaffold :invoke web_service(:directspool) {DirectSpoolService.new} end The controller behaves fine when accessing it with : http://localhost:3003/api/invoke, and curl -d ''<?xml version="1.0" ?><methodCall><methodName>Add</methodName><params><param><value><string>dsdfsa</string></value></param><param><value><string>safdasf</string></value></param></params></methodCall>'' http://localhost:...
2007 Dec 06
3
XenApi
...lnet to localhost port 9363 and paste in my own request same thing happens, error looks alittle diferent though.. Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is ''^]''. <?xml version="1.0" encoding="iso-8859-1"?><methodCall><methodName>session.login_with_password</methodName><params> <param> <value><string>root</string></value></param><param><value><string>none</string></value></param></params></methodCall> <hea...
2006 Jun 07
1
Web Service: NoMethodError (missing attribute: featured) !?!?!?!?!
...l with that column that I''m aware of... ??? Thanks! ------------------------------------------------------------------------------------------------------------------------ Web Service Request: player.find_by_id(id=>99) Entrypoint: player <?xml version="1.0" ?><methodCall><methodName>player.find_by_id</methodName><params><param><value><i4>99</i4></value></param></params></methodCall> NoMethodError (missing attribute: featured): /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/act...
2007 Oct 31
0
xm in xen-api mode problem after failure to start domain (vbd in use)
...nted in a guest domain, and so cannot be mounted now.. Internal error: (3, ''No such process''). # xm list Internal error: (3, ''No such process''). The conversation that is causing the problem: ---> to server <?xml version=''1.0''?> <methodCall> <methodName>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'...
2006 Nov 04
1
layere dispatching - please help!
...e book) it fails with the following in the logs Processing BackendController#car (for 127.0.0.1 at 2006-08-24 09:59:54) [POST] Session ID: 4dbf6e1ffd1ab6764cce4e9f09927950 Parameters: {"action"=>"car", "controller"=>"backend", "methodCall"=>{"methodName"=>"FindCarByName", "params"=>{"param"=>{"value"=>{"string"=>"711N7013T1"}}}}} ActionController::UnknownAction (No action responded to car): I can''t, for the life of me, see...
2012 Mar 30
1
Xen Cloud Platform 1.1 restart unexpectedly
...storage). But when I stop the NFS service, or shutdown A, which means all the I/O to the NFS share is disconnected, then B is restarted after that. I don''t know where to check. The most meaningful log to me is written below. Mar 30 20:35:25 xen01 fe: 19999 (/etc/xapi.d/plugins/vmops <methodCall><methodNa me>gethostvmstats</methodName>...) exitted with code 0 Mar 30 20:35:41 xen01 heartbeat: Problem with /var/run/sr-mount/92acaa0f-0dbf-75 e5-f70d-42968ec75ca4/hb-49618ae7-5248-4490-8228-7b1b9728a32c ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^...
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
2006 Jul 24
1
XMLRPC WebService and Structs
...rectly. So I have the live web service API documentation and I am trying to reverse engineer a web service out of it... One of the webservice calls returns the following response which I need to consume. Sending >> <?xml version="1.0" encoding="UTF-8"?> <methodCall> <methodName>MyAPI.IsValid</methodName> <params> <param> <value> <struct> <member> <name>username</name> <value><string><!-- contract u...
2005 May 17
7
Basecamp API
Seeing as how the new Basecamp API reflects a similar use of RoR that I have been working on I''m curious as to what we can expect to be extracted from there in 0.13? Was the API written as an ActionWebService or just as a set of controllers? Any generic AR xml parsing/output methods that we may see in 0.13? Any reason you decided to do everything with HTTP Get instead of utilizing
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...he toSOAP(). > sinfo = c(clientId=1, serviceType='Engine') > class(sinfo) <- def at classes$`SOAP/DataService`$ServiceInfo > res = def at functions$simpleQuery(sinfo, 'select 1 as One') Loading required package: bitops Error in toSOAP(argValues[[i]], methodCall, type = typedef, literal = .literal) : No code yet for the toSOAP method for any object and ClassDefinition pair with literal = FALSE Second attempt: I then flattened the ServiceInfo such that the clientId and sericeType are passed inline to bypass the above error. SSOAP went past that but c...
2011 Apr 07
0
[XCP 1.0] NetApp issue
...The SR backend failed to complete the operation <Enter> OK Here is what I find in my /var/log/messages: Apr 7 09:12:42 xhost0 fe: 26990 (/opt/xensource/sm/LVMoHBASR <methodCall><methodName>sr_probe</methodName><par...) exitted with code 1 Apr 7 09:12:42 xhost0 xsconsole: Exception: The SR backend failed to complete the operation You will find attached my xensource.log extracted log with the error. Thanks all, FG ___________________________...
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
2011 Jan 21
6
help writing types/provider
I''ve almost finished a pretty simple type/provider to manage RabbitMQ users and virtual hosts. I''m using the ''ensurable'' keyword in my type to save a bit of boilerplate. Type is below (the provider is just a wrapper around the ''rabbitmqctl'' command. Have a feeling there''s a developer guide somewhere I haven''t found (been
2006 Apr 21
8
web services and dealing with before_filter
Hi all, I''ve got a Rails app with a ApplicationController that looks like this: class ApplicationController < ActionController::Base before_filter :authorize, :except => :login def authorize unless session[:user] flash[:notice] = "Please log in" session[:jumpto] = request.parameters redirect_to :controller =>
2010 May 17
0
strace log
...= 0 socket(PF_FILE, SOCK_STREAM, 0) = 3 connect(3, {sa_family=AF_FILE, path="/var/run/xend/xmlrpc.sock"...}, 27) = 0 sendto(3, "POST /RPC2 HTTP/1.0\r\nHost: \r\nUser"..., 133, 0, NULL, 0) = 133 sendto(3, "<?xml version=''1.0''?>\n<methodCall"..., 3278, 0, NULL, 0) = 3278 recvfrom(3, "H"..., 1, 0, NULL, NULL) = 1 recvfrom(3, "T"..., 1, 0, NULL, NULL) = 1 recvfrom(3, "T"..., 1, 0, NULL, NULL) = 1 recvfrom(3, "P"..., 1, 0, NULL, NULL) = 1 recvfrom(3, "/"..., 1, 0, NULL, NULL)...