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

Version Path
wash_out-0.4.2 app/views/wash_with_soap/error.builder
wash_out-0.4.1 app/views/wash_with_soap/error.builder
wash_out-0.4.0 app/views/wash_with_soap/error.builder
wash_out-0.3.6 app/views/wash_with_soap/error.builder
wash_out-0.3.5 app/views/wash_with_soap/error.builder
wash_out-0.3.4 app/views/wash_with_soap/error.builder
wash_out-0.3.3 app/views/wash_with_soap/error.builder
wash_out-0.3.2 app/views/wash_with_soap/error.builder
wash_out-0.3.1 app/views/wash_with_soap/error.builder
wash_out-0.3.0 app/views/wash_with_soap/error.builder
wash_out-0.2.6 app/views/wash_with_soap/error.builder
wash_out-0.2.5 app/views/wash_with_soap/error.builder
wash_out-0.2.4 app/views/wash_with_soap/error.builder
wash_out-0.2.3 app/views/wash_with_soap/error.builder
wash_out-0.2.2 app/views/wash_with_soap/error.builder
wash_out-0.2.1 app/views/wash_with_soap/error.builder
wash_out-0.2.0 app/views/wash_with_soap/error.builder