Sha256: 4c33ce4382ee6f86cccfae0d5762bbc966f1316e3e37b226bac08371025126b6
Contents?: true
Size: 447 Bytes
Versions: 9
Compression:
Stored size: 447 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 error_code, 'xsi:type' => 'xsd:QName' xml.faultstring error_message, 'xsi:type' => 'xsd:string' end end end
Version data entries
9 entries across 9 versions & 3 rubygems