Method: WinRM::WSMV::Header#action_get

Defined in:
lib/winrm/wsmv/header.rb

#action_getObject



102
103
104
105
106
107
108
109
110
111
112
# File 'lib/winrm/wsmv/header.rb', line 102

def action_get
  {
    "#{SOAP::NS_ADDRESSING}:Action" =>
    'http://schemas.xmlsoap.org/ws/2004/09/transfer/Get',
    :attributes! => {
      "#{SOAP::NS_ADDRESSING}:Action" => {
        'mustUnderstand' => true
      }
    }
  }
end