inossidabile/wash_out

View on GitHub
app/views/wash_out/document/error.builder

Summary

Maintainability
Test Coverage
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