savon icon indicating copy to clipboard operation
savon copied to clipboard

Multipart Request with File Upload?

Open noahmatisoff opened this issue 2 years ago • 0 comments

Multipart Request with File Upload

Motivation for this feature:

I'm trying to integrate with an IRS SOAP API, and it expects the following request to include a "manifest" as well as an attached file that looks something like this:

Screen Shot 2022-05-24 at 8 46 11 PM

I found savon-multipart but it seems that's just for multipart responses. Is it possible, using Savon, to send a request like the above? Or will I need to use Net::HTTP?

Proposed implementation:

N/A

Would this introduce a breaking change?

No

Are you willing to work on this yourself?

Possibly

noahmatisoff avatar May 25 '22 03:05 noahmatisoff