Sha256: aa9651d59ab55b4695f8d2d23d21b577f8b4aae534027c679ce0d55a42df2114
Contents?: true
Size: 777 Bytes
Versions: 38
Compression:
Stored size: 777 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: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
38 entries across 30 versions & 3 rubygems