I am trying to access a WSDL file directly in my Ruby. I have no problems accessing the WSDL and sending a request to the web service linked to the WSDL, but I am having a problem sending an MTOM attachment to the service. In my Ruby code, I specify a parameter with an object of type File: "Attachment" => File.new(<filename>) However, when I look at the SOAP message created, the AttachedObject parameter is empty. Does anyone know if Ruby (specifically, SOAP4R) has full MTOM support? Thanks! -- 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 -~----------~----~----~----~------~----~------~--~---