Sha256: cbba525692d4cbe8e1346c84b5bc7e1362a5e695ebe3822ad058c7a757685899

Contents?: true

Size: 878 Bytes

Versions: 14

Compression:

Stored size: 878 Bytes

Contents

<s:Envelope xmlns:a='http://schemas.xmlsoap.org/ws/2004/08/addressing' xml:lang='en-US' xmlns:p='http://schemas.microsoft.com/wbem/wsman/1/wsman.xsd' xmlns:rsp='http://schemas.microsoft.com/wbem/wsman/1/windows/shell' xmlns:s='http://www.w3.org/2003/05/soap-envelope' xmlns:w='http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd'>
   <s:Header>
   </s:Header>
   <s:Body>
      <rsp:ReceiveResponse>
         <rsp:Stream CommandId='<%= command_id %>' Name='stdout'><%= test_data_stdout %></rsp:Stream>
         <rsp:Stream CommandId='<%= command_id %>' End='true' Name='stderr'><%= test_data_stderr %></rsp:Stream>
         <rsp:CommandState CommandId='<%= command_id %>' State='http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Done'>
            <rsp:ExitCode>0</rsp:ExitCode>
         </rsp:CommandState>
      </rsp:ReceiveResponse>
   </s:Body>
</s:Envelope>

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
winrm-2.1.0 tests/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb
winrm-1.8.1 spec/stubs/responses/get_command_output_response.xml.erb
winrm-1.8.0 spec/stubs/responses/get_command_output_response.xml.erb
winrm-1.7.2 spec/stubs/responses/get_command_output_response.xml.erb
winrm-1.7.0 spec/stubs/responses/get_command_output_response.xml.erb