Displaying 1 result from an estimated 1 matches for "scutter".
Did you mean:
  scatter
  
2005 Feb 24
8
web services with ActionWebService
...erson = Person.find @params["id"]
    end
    # web service method
    def friends
        return ["helloworld_" + @params[''mboxhash'']]
    end
end
A) is this correct?  B) if it is, why do I keep getting "Internal
protocol error" when I visit http://scutter.us/person/api or
http://scutter.us/person/api/friends ?  I''m kinda used to just
navigating to foobar.asmx and getting a nice autogenerated interface
that I can use to make sure my web service is doing what I expect.
</noobalert>
-- 
Bob Aman