Sha256: c52dce3d8ff4a900e6fdf47f87ea0fb50559541ed5cfc8538e68a5d27e51fa04
Contents?: true
Size: 332 Bytes
Versions: 7
Compression:
Stored size: 332 Bytes
Contents
xml.instruct! xml.tag! "soap:Envelope", "xmlns:soap" => 'http://schemas.xmlsoap.org/soap/envelope/', "xmlns:xsi" => 'http://www.w3.org/2001/XMLSchema-instance', "xmlns:tns" => @namespace do xml.tag! "soap:Body" do xml.tag! "tns:#{@operation}_response" do wsdl_data xml, result end end end
Version data entries
7 entries across 7 versions & 1 rubygems