Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with newest Savon version? #29

Open
Piioo opened this issue Oct 4, 2022 · 7 comments
Open

Not working with newest Savon version? #29

Piioo opened this issue Oct 4, 2022 · 7 comments

Comments

@Piioo
Copy link

Piioo commented Oct 4, 2022

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:[email protected]\"/>

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
Copy link
Author

Piioo commented Oct 4, 2022

Ooo, Multipart is now part of the Savon gem?

@Piioo
Copy link
Author

Piioo commented Oct 17, 2022

no its not.

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

@pcai
Copy link
Member

pcai commented Oct 18, 2022

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
Copy link
Author

Piioo commented Oct 18, 2022

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
Copy link
Author

Piioo commented Jun 29, 2023

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

@pcai
Copy link
Member

pcai commented Jun 29, 2023

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

@dvogtfstr
Copy link

its not possible to use this gem with the newest version:


gem 'savon', '>= 3.0.0.rc1'
gem 'savon-multipart'

error on bundle install:

Bundler could not find compatible versions for gem "savon":
  In Gemfile:
    savon (>= 3.0.0.rc1)

    savon-multipart was resolved to 1.0.0, which depends on
      savon (= 1.0.0)

could someone take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants