savon icon indicating copy to clipboard operation
savon copied to clipboard

Heavy metal SOAP client

Results 38 savon issues
Sort by recently updated
recently updated
newest added

Due to the change to inject all namespaces into the built XML, I'm seeing unexpected results in an API I am integrating with. It appears that prior to this change...

A couple thoughts I wanted to share on priorities for this project. My hope is that even if others disagree with the goals and tactics here, they at least understand...

# Bug report **Current behavior:** Upon sending an client call to a method that needs arguments, i get the following error: *** NoMethodError Exception: undefined method `to_sym' for {"getToken"=>{"pszXml"=>["xsd", "string"]}}:Hash...

**What kind of change is this?** Conversion to faraday full of breaking changes **Did you add tests for your changes?** Yes **Summary of changes** https://github.com/savonrb/savon/issues/992 So far the biggest changes...

## Feature request [httpi](https://github.com/savonrb/httpi) is [now deprecated](https://github.com/savonrb/httpi/issues/238) in favor of https://github.com/lostisland/faraday, so we should plan a migration to it for savon **Motivation for this feature:** httpi is no longer actively...

**What kind of change is this?** Remove an old TODO. **Did you add tests for your changes?** TODO. **Summary of changes** Modern versions of HTTPI already do this and some...

## Feature request Added information to documentation aimed for individuals not so familiar with SOAP to begin with. **Motivation for this feature:** Several days of troubleshooting Savon gem only to...

### Description After upgrading Savon from version 2.12 to 2.15, I've started encountering a `SOAPFault` error when attempting to call the `set_json_quote_pricing` operation, which exists in the WSDL. The error...

# 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-R137 introduced a breaking change on our side, our provide to which I don't...