problem with ActiveRecord and ActionWebService?

Hi All,       I am creating one webservice in ror.I have one function called sum(int1,int2) and it's working fine to show output.Now i wanna save the value of int1 and int2 into database through my webservices. But i am getting error badconnect.I configured database.yml file too.Please tell me suggestion i wanna use ActionwebService and Active Record together. Can i do this.If yes,then how? Looking for your suggestion gyes. Help me. Thanks Varun Goel

Hi All,      I am creating one webservice in ror.I have one function called sum(int1,int2) and it's working fine to show output.Now i wanna save
the value of int1 and int2 into database through my webservices. But i am getting error badconnect.I configured database.yml file too.Please tell me suggestion i wanna use ActionwebService and Active Record together.

Does sound like a problem, but i think you'll need to tell us a little
more in order to pinpoint where the problem is.

Fred

I don't have the faintest clue, because I haven't seen a single line of code, I don't know how you are attempting to use the webservice, exactly what error is returned, who is raising the error (ie is the the app providing the web service that can't connect to the db or is it the app making the webservice call that cannot connect to the app providing the web service). Or to summarise, no one here is psychic and we can't guess what you're actually doing.

Fred