I''m semi-new to Rails, and the work I''m doing now requires a
few
Rails-based web services to interact to form the whole of our project.
I have some things working using ActionWebService, but it seems as
though I have to put the "whatever_api.rb" file in the /app/apis
folder
EVERY time I want to use the API. This doesn''t seem right when I
realizing how much Rails attempts to keep things DRY.
I''m almost positive I''m doing something wrong, here.
I''m not using REST
in my applications, but I don''t know if that''s an alternative.
Can I simply use ".to_xml"? And what exactly does the WSDL for? Does
that play into this at all? Unfortunately, another .NET application has
to call the web-service, but that shouldn''t be an issue, right?
I''d love to have someone who is more experienced than I to shed some
light on how he/she would handle a few web-services in Rails. My main
problem is avoiding the distribution of the "whatever_api.rb" file
across all of the applications, causing me to update each and every one
if something changes. Plus I have multiple files. I''m just searching
for a better solution.
Thanks a lot for any insight.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---