Webservices in Rails

Hi Dude

I need to know ,how to write WebServices in RoR
If anybody knows that kindly tell me the solution
I need to write the webservices for my project
ok
bye
By
P.S.Hussain

On 25 Apr 2007, at 13:53, Mohamed H. wrote:

I need to know ,how to write WebServices in RoR If anybody knows
that kindly tell me the solution I need to write the webservices
for my project

How to write web services will depend on what you want your services
to offer, and what clients you need to support. The easiest way to
provide web services in Rails is to make use of Rails 1.2’s RESTful
features to provide a REST interface to your application. A good
introduction to that can be found at:

http://www.softiesonrails.com/2007/3/28/rest-101-part-1-understanding-
resources

If you’re wanting to provide a SOAP interface, you’ll want to look
into ActionWebService.

http://wiki.rubyonrails.org/rails/pages/ActionWebService

James.


James S.
Web D.

Also, we are not all Dudes!