Any thoughts on extending ActionWebService to handle MTOM? http://www.w3.org/TR/soap12-mtom basically, this allows some flexibility when it comes to base64 encode/decode on the message, binary attachments can pass without being encoded... am I on my own here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
On 8/31/06, dennisj <dennis.jeremias@gmail.com> wrote:> > > Any thoughts on extending ActionWebService to handle MTOM? > > http://www.w3.org/TR/soap12-mtom > > basically, this allows some flexibility when it comes to base64 > encode/decode on the message, binary attachments can pass without being > encoded... > > am I on my own here? > >I think soap4r needs to be extended first, since AWS relies on it. -- Kent --- http://www.datanoise.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- Actionwebservice as a SOAP client to .NET services.
- Handling SOAP XML request and Response
- currency conversion webservice in a rails app?
- How to consume XMLRPC/SOAP web services in Rails?
- Connecting to XML/SOAP feed that requires pkcs12 certificate for client authentication