savonrb / savon-multipart

Heavy metal Ruby SOAP client with multipart support
MIT License
17 stars 47 forks source link

Not working with newest Savon version? #29

Open Piioo opened 1 year ago

Piioo commented 1 year ago

Hello,

I work with this gem sind over a year and it works great.

But after I updated Savon from 2.12.1 to 2.13.1, it is not working anymore. I got in the XML only:

<xop:Include xmlns:xop=\"http://www.w3.org/2004/08/xop/include\" href=\"cid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx-xxxxx@www.xxxx.net\"/>

I use the master branch of this gem (It was because of some problems last year, maybe I will try the newest version).

But is this an issue with my code or the savon version?

Piioo commented 1 year ago

Ooo, Multipart is now part of the Savon gem?

Piioo commented 1 year ago

no its not.

This gem is not working anymore with the newest version of Savon gem

pcai commented 1 year ago

Please provide reproduction steps and expected vs actual output so we can try to help you. Also it would help to know which version combinations are working vs not working so we can narrow down the root cause.

Piioo commented 1 year ago

how I said in the description. After I update to savon 2.13.1 the xop:Include is not replaced with the data anymore

Piioo commented 1 year ago

Is there a possibility to use only savon to To achieve what this gem is doing?

pcai commented 1 year ago

It might be, if you contribute it yourself. Or at the least it would be helpful if you opened a pr to add a failing test case for someone else