Displaying 1 result from an estimated 1 matches for "apidefinit".
2007 Jan 18
2
How to use API from AWS -- help!
...User.rb - This file just holds some business logic for
maintaining the users.
2) Controller: class UserController < ApplicationController and below
this line at the top of the file, I have:
wsdl_service_name ''User''
web_service_api UserApi
then my method implementations.
3) ApiDefinition: UserApi.rb - this file has all of my "api_method"
calls and details what methods expect and return.
Now, that''s how I''m setup, and I''ve tested all of this and followed the
AWDWRv2 book. My problem is trying to access these methods from a
completely new app...