Sha256: df3622c1d146a2b1459777a8502d3d3bddbde8c6183f2124b228e43ef18e5c81

Contents?: true

Size: 439 Bytes

Versions: 6

Compression:

Stored size: 439 Bytes

Contents

xml.instruct!
xml.tag! "soap:Envelope", "xmlns:soap" => 'http://schemas.xmlsoap.org/soap/envelope/',
                          "xmlns:xsd" => 'http://www.w3.org/2001/XMLSchema',
                          "xmlns:tns" => @namespace do
  xml.tag! "soap:Body" do
    key = "tns:#{@operation}#{WashOut::Engine.camelize_wsdl ? 'Response' : '_response'}"

    xml.tag! @action_spec[:response_tag] do
      wsdl_data xml, result
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wash_out-0.8.4 app/views/wash_with_soap/document/response.builder
wash_out-0.8.3 app/views/wash_with_soap/document/response.builder
wash_out-0.8.2 app/views/wash_with_soap/document/response.builder
wash_out-0.8.1 app/views/wash_with_soap/document/response.builder
wash_out-0.7.1 app/views/wash_with_soap/document/response.builder
wash_out-0.7.0 app/views/wash_with_soap/document/response.builder