Sha256: d5b94f8c17e91a9a74d369413a8cab19db6f72271b361a9fe8e20f389e020061
Contents?: true
Size: 445 Bytes
Versions: 16
Compression:
Stored size: 445 Bytes
Contents
xml.instruct! xml.tag! "soap:Envelope", "xmlns:soap" => 'http://schemas.xmlsoap.org/soap/envelope/', "xmlns:xsi" => 'http://www.w3.org/2001/XMLSchema-instance' do xml.tag! "soap:Body" do xml.tag! "soap:Fault", :encodingStyle => 'http://schemas.xmlsoap.org/soap/encoding/' do xml.faultcode "Server", 'xsi:type' => 'xsd:QName' xml.faultstring error_message, 'xsi:type' => 'xsd:string' end end end
Version data entries
16 entries across 16 versions & 2 rubygems