Sha256: 31e3df6cb0874768455f98aa77b45dc7f37ae35bbd0dd54528c5530ebb2d99c4
Contents?: true
Size: 358 Bytes
Versions: 5
Compression:
Stored size: 358 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 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