Sha256: d5b94f8c17e91a9a74d369413a8cab19db6f72271b361a9fe8e20f389e020061

Contents?: true

Size: 445 Bytes

Versions: 16

Compression:

Stored size: 445 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 "Server", 'xsi:type' => 'xsd:QName'
      xml.faultstring error_message, 'xsi:type' => 'xsd:string'
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
wash_out-0.9.0 app/views/wash_with_soap/rpc/error.builder
wash_out-0.9.0.beta.2 app/views/wash_with_soap/rpc/error.builder
wash_out-0.9.0.beta.1 app/views/wash_with_soap/rpc/error.builder
wash_out-0.8.4 app/views/wash_with_soap/rpc/error.builder
wash_out-0.8.3 app/views/wash_with_soap/rpc/error.builder
wash_out-0.8.2 app/views/wash_with_soap/rpc/error.builder
wash_out-0.8.1 app/views/wash_with_soap/rpc/error.builder
wash_out-0.7.1 app/views/wash_with_soap/rpc/error.builder
wash_out-0.7.0 app/views/wash_with_soap/rpc/error.builder
wash_out-0.6.1 app/views/wash_with_soap/error.builder
wash_out-0.6.0 app/views/wash_with_soap/error.builder
wash_out-0.5.6 app/views/wash_with_soap/error.builder
wash_out-0.5.4 app/views/wash_with_soap/error.builder
wash_out-0.5.3 app/views/wash_with_soap/error.builder
nogara-wash_out-0.5.2 app/views/wash_with_soap/error.builder
wash_out-0.5.2 app/views/wash_with_soap/error.builder