Sha256: 9ed28e80b62bd6e47440696106fc356487d443ff43e68ba5ef8392ec421268cc

Contents?: true

Size: 243 Bytes

Versions: 9

Compression:

Stored size: 243 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 error_code
      xml.faultstring error_message
    end
  end
end

Version data entries

9 entries across 9 versions & 3 rubygems

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