I am new to the rubyonrails. I installed the rails 2.1.2 .
To work on webservices I installed the gem actionwebservice 1.2.6
By seeing in this link
http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/

I modified the initializer.rb to load the actionwebservices I add the
following attributes
attr_accessor :action_web_service and
  config = Rails::Configuration.new
  config.frameworks += [ :action_web_service]
  config.action_web_service = Rails::OrderedOptions.new
  config.load_paths += %W( #{RAILS_ROOT}/app/apis )

 Even though I am getting the error uninitialized constant
ActionWebService::Base:Relodable

 In order to solve this by seeing in the link
http://safari.oreilly.com/9780596515201/an_xml-rpc_service


 I had executed the command rake rails:freeze:gems ,now also I am
getting the error

 uninitialized constant ActionWebService.

 can u please solve my problem. how to install actionwebservices and
accesing thosr in rubyonrails

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to