Closed lubosch closed 3 years ago
Failed specs. Can you please run them again?
I have no idea what truffleruby is and I didn't touch normalize function so probably sth else should be fixed also
Ok, for now I'll fork your PR and use it on my project.
Thanks @lubosch for the fix. I can confirm the error. Seems to be a change in the WDSL-file, which savon isn't handling correctly.
The error in truffleruby seems to be completly unrelated.
Will you send a new release?
Yes. Give me some minutes.
Just released v1.1.2 including the fix.
@yolk any chance for 1.0.2 version with this fix for legacy systems?
For some unknown reason this gem now throws this error:
The given SOAPAction checkVat does not match an operation.
The reason for this is that savon inserts a SOAPaction header that brokes it. This workaround removes that header and the error is no longer risen. I didn't find any other workaround to remove this error. For more info look here:
Savon::SOAPRequest#configure_headers