0

I wanted to consume SOAP web service in Ruby.
This SOAP web service has attachment which expects zip file to be sent. How to send zip attachment through ruby

I use Savon gem to connect to SOAP Webservice
Bryan1
  • 15
  • 2

1 Answers1

0

As far as I'm concerned, there is not support of attachments in savon.

Try using savon-multipart, or soap4r.

Check out this question How do I use Ruby's SOAP::Attachment class?

Community
  • 1
  • 1
Nick Roz
  • 3,918
  • 2
  • 36
  • 57