Hi All: I have a controller action that is invoked via an http form. It simply takes an email address and uses ActionMailer to send an email to that email address. I have also setup a web service with ActionWebService (with api and entries in the controller for wsdl,web_service_api etc.). My problem is the controller action is executed successfully with the http form but NOT the web service. Using the web sevice scaffold test facility I can send and receive a response from the same action controller but the email does not get send. Its almost like the web service call is doing a GET instead of a POST. The app is setup with REST routes, is there anything special i need to do so the action executed with the service call? Driving me nuts... thanks Robert -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---