Sha256: e2404e14a37fd3e83e01d19a90c67b6b501c0e238076d9b6b560f0e243eb3a47

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 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, 'xsi:type' => 'xsd:string'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wash_out-0.1 app/views/wash_with_soap/error.builder