Sha256: a7f84886087a7fef1f118c56a6c2b649d47c398c41c10a386932eb1e63f30d71

Contents?: true

Size: 246 Bytes

Versions: 9

Compression:

Stored size: 246 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 "soap:Server"
      xml.faultstring error_message
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wash_out-0.9.0 app/views/wash_with_soap/document/error.builder
wash_out-0.9.0.beta.2 app/views/wash_with_soap/document/error.builder
wash_out-0.9.0.beta.1 app/views/wash_with_soap/document/error.builder
wash_out-0.8.4 app/views/wash_with_soap/document/error.builder
wash_out-0.8.3 app/views/wash_with_soap/document/error.builder
wash_out-0.8.2 app/views/wash_with_soap/document/error.builder
wash_out-0.8.1 app/views/wash_with_soap/document/error.builder
wash_out-0.7.1 app/views/wash_with_soap/document/error.builder
wash_out-0.7.0 app/views/wash_with_soap/document/error.builder