Sha256: 72b360d5ee2094900d472fb7fc80133003ff58e06953b809066876935dee5888
Contents?: true
Size: 365 Bytes
Versions: 6
Compression:
Stored size: 365 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 'Client' xml.faultstring e.message end end end
Version data entries
6 entries across 3 versions & 2 rubygems