Web_client_api within ActiveRecord

Hi,

Is it possible to use web_client_api or
ActionWebService::Client::Soap.new within an ActiveRecord model to
access a webservice?

Thanks

I don’t see why not, but I’d rather initialize it in a controller and
pass
it to the model as a parameter.

Kent.