Using Soap4R and ActionMailer in one script

Hi

Has anyone managed to get these two to work together in one script? I
get

script/runner -e staging ‘load “lib/check_balance.rb”’
LoadError
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/runner.rb:27:
NoMethodError (NoMethodError)
from
/usr/lib/ruby/gems/1.8/gems/actionmailer-1.2.5/lib/action_mailer/base.rb:338:in
`create!’

which I guess is caused by both defining a similar send method ?

Soap4r seems to continue to work with ActionMailer there, but
ActionMailer just raises the Error once I include the soap4r code.

Any ideas?

Erik

Erik wrote:

Hi

Has anyone managed to get these two to work together in one script? I
get

which I guess is caused by both defining a similar send method ?

Soap4r seems to continue to work with ActionMailer there, but
ActionMailer just raises the Error once I include the soap4r code.

Any ideas?

Erik

Hey…
I’m facing the same problems…making actionmailer and soap4r to work
together…
Did you get any solution for it…
Please let me know…
Thank you…