search for: problemapi

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

2006 Apr 14
8
Error with Web Service tests after upgrading to Rails 1.1.2
...ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/test_invoke.rb:9:in `invoke'' test/functional/problem_api_test.rb:14:in `test_my_method'' 1 tests, 0 assertions, 0 failures, 1 errors The freshly scaffolded files are: * app/apis/problem_api.rb class ProblemApi < ActionWebService::API::Base api_method :my_method end * app/controllers/problem_controller.rb class ProblemController < ApplicationController wsdl_service_name ''Problem'' def my_method end end * test/functional/p...