Sha256: a4eb0853ca963364b661daa7c7aed6294d3bcb1ae7d97f06050bcc557aee5ddc
Contents?: true
Size: 601 Bytes
Versions: 2
Compression:
Stored size: 601 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 if !header.nil? xml.tag! "soap:Header" do xml.tag! "tns:#{@action_spec[:response_tag]}" do wsdl_data xml, header end end end xml.tag! "soap:Body" do xml.tag! "tns:#{@action_spec[:response_tag]}" do wsdl_data xml, result end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wash_out-0.12.0 | app/views/wash_out/rpc/response.builder |
wash_out-0.11.0 | app/views/wash_out/rpc/response.builder |