I'm currently developing a SOAP server on a Ruby on Rails application and I'm using the wash_out gem for that purpose. My application must have a method to upload XML/ZIP files and I have to use MTOM to handle larger files.
The problem is that I can not figure out where to enable MTOM on wash_out.
Can you help me with that?
Thanks
I'm currently developing a SOAP server on a Ruby on Rails application and I'm using the wash_out gem for that purpose. My application must have a method to upload XML/ZIP files and I have to use MTOM to handle larger files.
The problem is that I can not figure out where to enable MTOM on wash_out.
Can you help me with that?
Thanks