Displaying 5 results from an estimated 5 matches for "parsemethodcall".
2009 May 09
0
XMLRPC raw_post getting run through Hash#from_xml
Im trying to create an api, and Im having trouble getting
ActionController to not run the raw post data through Hash#from_xml
(request.parse_formatted_request_parameters) for the XMLRPC post data.
I essentially want it to run through
XMLRPC::XMLParser::REXMLStreamParser.new.parseMethodCall(request.raw_post).
However, I can''t figure out a clever, clean way to get
request.request_parameters to not run since it can run as early as the
dispatcher, which will essentially trigger Hash#from_xml on that call
before it even gets into the scope of the controller.
Anyone experience a...
2006 Jan 06
0
Rails ActionWebService and gSOAP interoperability problem
...OAP-ENV:Body></SOAP-ENV:Envelope>"=>"",
> "action"=>"api", "controller"=>"fee_payments"}
>
>
> RuntimeError (No valid method call - missing method name!):
> /opt/local/lib/ruby/1.8/xmlrpc/parser.rb:478:in `parseMethodCall''
> /opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
> /opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/protocol/xmlrpc_protocol.rb:36:in `de...
2006 Jan 07
0
gSOAP and ActionWebService interop problems
...n1:FindStudent></SOAP-ENV:Body></SOAP-ENV:Envelope>"=>"",
"action"=>"api", "controller"=>"fee_payments"}
RuntimeError (No valid method call - missing method name!):
/opt/local/lib/ruby/1.8/xmlrpc/parser.rb:478:in `parseMethodCall''
/opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
/opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/xmlrpc_protocol.rb:36:in
`decode_request''...
2006 Apr 17
5
XML-RPC Webservice API
...exml/parsers/baseparser.rb:100:in `initialize''
/usr/lib/ruby/1.8/rexml/parsers/streamparser.rb:6:in `initialize''
/usr/lib/ruby/1.8/rexml/document.rb:173:in `parse_stream''
/usr/lib/ruby/1.8/xmlrpc/parser.rb:717:in `parse''
/usr/lib/ruby/1.8/xmlrpc/parser.rb:475:in `parseMethodCall''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/xmlrpc_protocol.rb:36:in
`decode_request''
/usr/lib/ruby/gems/1.8/gems/...
2006 Apr 26
0
Re: gSOAP and ActionWebService interop problems
...guage or anything
> that''s not C. Eric Kidds XML-RPC library seems a little too
> heavyweight due to its reliance on libwww. I''d appreciate some help.
>
> -- G.
RuntimeError (No valid method call - missing method name!):
/usr/lib/ruby/1.8/xmlrpc/parser.rb:478:in `parseMethodCall''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/protocol/xmlrpc_protocol.rb:36:in `decode_request''
/usr/li...