afaik, ActionWebService is old and has been replaced by
ActiveResource.
On Nov 10, 2:29 am, ravindra
<v.ravindr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> 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
linkhttp://www.texperts.com/2007/12/21/using-action-web-service-with-rail...
>
> 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
linkhttp://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---