Registry / networking / savon
library2.17.2rbrubygemsunverified

A Ruby SOAP client library for interacting with SOAP web services.

gem install savon
INSTALL
IMPORT
SIG · SAVON
S
savon
networkingrubyv2.17.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Savon
✓ require 'savon'

Create a SOAP client and call a remote operation.

require 'savon' client = Savon.client(wsdl: 'http://example.com/service?wsdl') response = client.call(:get_user, message: { id: 1 })
Debug
Known issues
breakingSavon 2.x requires Ruby >= 2.0
fix
Upgrade Ruby or use Savon 1.x.
affects: >= 2.0.0
Upgrade
Version history
2.17.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
savon — gem install savon · libregistry