You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduced a breaking change on our side, our provide to which I don't have support neither code access do not support the updated payload. Is there a way to bypass this change aside of monkey patch the gem itself ?
Current behavior:
SOAP calls are not accepted by our provider anymore
Steps to reproduce current behavior:
Won't help much without the full payload but here is a sample
Wasabi::Document.new("https://sync.rex11.com/ws/v4staging/publicapiws.asmx?WSDL")
body = Savon::Builder.new('PickTicketAdd', Base::WSDL_OBJECT, Base::SAVON_GLOBAL_OPTION, {message: payload}).to_s
Expected behavior:
SOAP calls are accepted by our provider
System information:
ruby version: 3.3.0
savon version: 2.13.0
The text was updated successfully, but these errors were encountered:
Bug report
We had to rollback to
2.12.0
, I bisect the different and found that https://github.com/savonrb/savon/pull/943/files#diff-5a4c518121b3117561233cad78d43354f8424514a186ddd1459ab431178a667eR130-R137introduced a breaking change on our side, our provide to which I don't have support neither code access do not support the updated payload. Is there a way to bypass this change aside of monkey patch the gem itself ?
Current behavior:
SOAP calls are not accepted by our provider anymore
Steps to reproduce current behavior:
Won't help much without the full payload but here is a sample
Expected behavior:
SOAP calls are accepted by our provider
System information:
The text was updated successfully, but these errors were encountered: