Sha256: 8b0d1c2553bd4767ab3dd0a64744d174d78a67ad4b70bca0fa60c2ffc0da6c18
Contents?: true
Size: 373 Bytes
Versions: 13
Compression:
Stored size: 373 Bytes
Contents
module Savon # = Savon::SOAP # # Contains various SOAP details. module SOAP # Default SOAP version. DefaultVersion = 1 # Supported SOAP versions. Versions = 1..2 # SOAP namespaces by SOAP version. Namespace = { 1 => "http://schemas.xmlsoap.org/soap/envelope/", 2 => "http://www.w3.org/2003/05/soap-envelope" } end end
Version data entries
13 entries across 13 versions & 4 rubygems