search for: useradminservice

Displaying 1 result from an estimated 1 matches for "useradminservice".

2006 Jan 06
6
AWS and array of Model
...er machine. (Here is windows) I tried to create another ampty project with Only this model, and only one controller. In controller used this code (the model is the default generated): class UserAdminAPI < ActionWebService::API::Base api_method :listUsers,:returns=>[[User]] end class UserAdminService < ActionWebService::Base web_service_api UserAdminAPI def listUsers User.find(:all) end end class AdminController < ApplicationController wsdl_service_name ''Admin'' web_service_dispatching_mode :delegated web_service_scaffold :invoke web_se...