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