Sha256: 8724e9f7abdf3a78e69524452ddf16f7e0722bbb495f06f42f182e10b4ff1d93

Contents?: true

Size: 524 Bytes

Versions: 10

Compression:

Stored size: 524 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
    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

10 entries across 10 versions & 1 rubygems

Version Path
wash_out-0.8.4 app/views/wash_with_soap/rpc/response.builder
wash_out-0.8.3 app/views/wash_with_soap/rpc/response.builder
wash_out-0.8.2 app/views/wash_with_soap/rpc/response.builder
wash_out-0.8.1 app/views/wash_with_soap/rpc/response.builder
wash_out-0.7.1 app/views/wash_with_soap/rpc/response.builder
wash_out-0.7.0 app/views/wash_with_soap/rpc/response.builder
wash_out-0.6.1 app/views/wash_with_soap/response.builder
wash_out-0.6.0 app/views/wash_with_soap/response.builder
wash_out-0.5.6 app/views/wash_with_soap/response.builder
wash_out-0.5.4 app/views/wash_with_soap/response.builder