Displaying 2 results from an estimated 2 matches for "helloadmincontrol".
2008 May 07
1
uninitialized constant HelloadminController::HelloApi
I have built up a simple allication for web service interaction. But the
following error message occured:
uninitialized constant HelloadminController::HelloApi
service api
class HelloApi < ActionWebService::API::Base
api_method :getMsg, :expects => [:name=>:string], :returns =>
[:string]
end
service controller
class HelloController < ApplicationController
wsdl_service_name ''Hello''
web_service_api H...
2008 May 07
1
Actionwebservice
...eb service.
Name:( )
Get Message
----------------------------------------------------
submit and get errors:
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
NameError in HelloadminController#getMsg_client
uninitialized constant HelloadminController::HelloApi
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
D:/InstantRails1.7/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/
lib/
active_support/dependencies.rb:477:in `const_missing''
#{RAIL...