Sha256: b28c90135c4f6879e140809f1660bf8e150a1f831d034c855c58a03d2a5ff931
Contents?: true
Size: 388 Bytes
Versions: 17
Compression:
Stored size: 388 Bytes
Contents
xml.instruct! xml.Envelope "xmlns:xsi" => 'http://www.w3.org/2001/XMLSchema-instance', :xmlns => 'http://schemas.xmlsoap.org/soap/envelope/' do xml.Body do xml.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
17 entries across 17 versions & 1 rubygems