search for: web_service_create_response

Displaying 5 results from an estimated 5 matches for "web_service_create_response".

2006 Mar 28
11
ActionWebService date casting error
...08/lib/action_web_service/casting.rb:25:in `cast_returns'' c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0.4008/lib/action_web_service/api.rb:193:in `cast_returns'' c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0.4008/lib/action_web_service/dispatcher/abstract.rb:182:in `web_service_create_response'' . . . The book Agile Web Development with Rails seems to indicate that this should just work the way I have set it up. Does anyone have any suggestions as to what I should be looking for to solve this? I''m running the Rails 1.1 candidate from the gems on Windows XP with Ruby...
2006 Jun 07
1
Web Service: NoMethodError (missing attribute: featured) !?!?!?!?!
.../action_web_service/casting.rb:25:in `cast_returns'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/api.rb:193:in `cast_returns'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/abstract.rb:182:in `web_service_create_response'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/abstract.rb:59:in `web_service_invoke'' /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'...
2006 Jun 30
0
SOAP responses blowing up memory usage
...ler::InstanceMethods#dispatch _web_service_request (file action_web_service/dispatcher/ action_controller_dispatcher.rb), where memory usage absolutely blows up when passed large arrays. Monitoring top, it looks like the app will grow to around 50mb and then when it does the InstanceMethods#web_service_create_response action memory will shoot up 5x to ~250mb, which is starting to kill our production servers (doesn''t take many of these requests to thrash the machine). Digging into it, it looks like the memory starts to explode around the call in SOAP::Mapping#obj2soap(obj, @registry), where SOAP g...
2006 Jan 07
1
AWS, SOAP, and Exceptions
...lib/action_web_service/casting.rb:25:in `cast_returns'' c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/api.rb:189:in `cast_returns'' c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/dispatcher/abstract.rb:182:in `web_service_create_response'' c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/dispatcher/abstract.rb:59:in `web_service_invoke'' Is this not supported yet, or am I missing something? -- Posted via http://www.ruby-forum.com/.
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