Sha256: 2b817c8a92a2dd2ccf7f25e77f9ad4c4ed9217da56b427be30e27b5034774449
Contents?: true
Size: 676 Bytes
Versions: 38
Compression:
Stored size: 676 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:ReceiveResponse> </s:Body> </s:Envelope>
Version data entries
38 entries across 30 versions & 3 rubygems