views:

38

answers:

1

I want to implement a model "Contact", whose data is not stored in database, but remotely. The operations on data are done via web service. The model Contact is related to other models, whose data is stored locally.

Is there any plugin/gem which can take care of this?

Regards, Pankaj

A: 

No plugin or gem needed. See ActiveResource.

fig
but the webservice is already implemented. I will be using a gem to interact with the webservice. Will active resource work in this scenario
I'm sure it would work unless you have very particular needs.
fig
To be specific, I am using the following webservice: http://dev.cakemail.com/page/cakeengine-api-communication. This uses encrypted xml to communicate.
so is encrypted communication supported by activeresource?