Displaying 10 results from an estimated 10 matches for "dispatch_web_service_request".
2006 Jun 07
1
Web Service: NoMethodError (missing attribute: featured) !?!?!?!?!
...ke''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/abstract.rb:22:in `invoke_web_service_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:53:in `dispatch_web_service_request''
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:51:in `dispatch_web_service_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwe...
2006 Jul 31
5
ActionWebService API
Hi *,
I need to pass a hash to a webservice, so I defined my API with:
api_method :search,
:expects => [{
:tags => :string,
:assignment => :string,
:resource => :string,
:lesson_plan => :string,
:subject => :string,
:all_types => :string
}], :returns => [[Resource]]
when I try to test the webservice with scaffold the
2006 Apr 26
0
Re: gSOAP and ActionWebService interop problems
...`each''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request''
(eval):1:in `api''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/
action_controller/base.rb:910:in `send''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/
action_controller/base.rb:910:in `perform_action_without_filters''
/usr/lib/ruby/...
2006 Apr 14
1
AWS and Rails connection?
hi all,
I''m looking for someone framiliar with the rails (and AWS) codebase to
explain to me how exactly AWS connects to Rails. I''m asking because I
want to hook in AWS to Camping
(http://code.whytheluckystiff.net/camping)
Thanks in advance!
--Jesse
--
Posted via http://www.ruby-forum.com/.
2006 Jan 06
0
Rails ActionWebService and gSOAP interoperability problem
...ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/protocol/discovery.rb:18:in
> `discover_web_service_request''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
> `dispatch_web_service_request''
> (eval):1:in `api''
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/
> action_controller/base.rb:853:in `send''
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/
> action_controller/base.rb:853:in `perform_action_without_fil...
2006 Jan 07
0
gSOAP and ActionWebService interop problems
...h''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request''
(eval):1:in `api''
/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in
`send''
/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in
`perform_action_without_filters''
/opt/loc...
2006 Apr 17
5
XML-RPC Webservice API
...r_web_service_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request''
(eval):1:in `api''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in
`perform_action_without_filters''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:368:in
`perform_action_without_benchmark''
/usr/...
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 Jun 23
0
SOAP Web Service Exception
...request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request'' (eval):1:in `api''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in
`perform_action_without_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:368:in
`perform_action_without_benchmark...
2005 Dec 30
5
AWS api_method :returns not accepting ActiveRecord::Base
I''m trying to use the feature of AWS where it will take an object derived
from ActiveRecord::Base instead of an AWS::Struct object. Whenever I try
it, though, I get the craziest error:
NoMethodError: You have a nil object when you didn''t expect it!
The error occured while evaluating nil.new
/usr/lib/.../actionwebservice/lib/action_web_service/casting.rb:105:in