Sha256: 8ad24a67cc1e5a64baf85728a95e2d862db3685a0db7dd7185e2991af223e236

Contents?: true

Size: 443 Bytes

Versions: 5

Compression:

Stored size: 443 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:xsi" => 'http://www.w3.org/2001/XMLSchema-instance',
                          "xmlns:tns" => @namespace do
  xml.tag! "soap:Body" do
    xml.tag! "tns:#{@action_spec[:response_tag]}" do
      wsdl_data xml, result
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
wash-out-0.10.1 app/views/wash_out/rpc/response.builder
wash_out-0.11.0.beta.2 app/views/wash_out/rpc/response.builder
wash_out-0.11.0.beta.1 app/views/wash_out/rpc/response.builder
wash_out-0.10.0 app/views/wash_out/rpc/response.builder
wash_out-0.9.2 app/views/wash_with_soap/rpc/response.builder