Sha256: 9ed28e80b62bd6e47440696106fc356487d443ff43e68ba5ef8392ec421268cc
Contents?: true
Size: 243 Bytes
Versions: 9
Compression:
Stored size: 243 Bytes
Contents
xml.instruct! xml.tag! "soap:Envelope", "xmlns:soap" => 'http://schemas.xmlsoap.org/soap/envelope/' do xml.tag! "soap:Body" do xml.tag! "soap:Fault" do xml.faultcode error_code xml.faultstring error_message end end end
Version data entries
9 entries across 9 versions & 3 rubygems