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

Version Path
wash-out-0.10.1 app/views/wash_out/rpc/error.builder
wash_out-0.12.0 app/views/wash_out/rpc/error.builder
wash_out-0.11.0 app/views/wash_out/rpc/error.builder
wash_out_fork-0.0.1 app/views/wash_out_fork/rpc/error.builder
wash_out-0.11.0.beta.2 app/views/wash_out/rpc/error.builder
wash_out-0.11.0.beta.1 app/views/wash_out/rpc/error.builder
wash_out-0.10.0 app/views/wash_out/rpc/error.builder
wash_out-0.9.2 app/views/wash_with_soap/rpc/error.builder
wash_out-0.10.0.beta.1 app/views/wash_with_soap/rpc/error.builder