4.8.3 Custom Shell Send

Send

 <s:Envelope 
  xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
  xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
   <s:Header>
     <wsa:To>http://432829j04-19d.MIG.NET:80/wsman</wsa:To>
     <wsa:ReplyTo>
       <wsa:Address s:mustUnderstand="true">
         http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
       </wsa:Address>
     </wsa:ReplyTo>
     <wsa:Action s:mustUnderstand="true">
        http://schemas.microsoft.com/wbem/wsman/1/windows/shell/Send
     </wsa:Action>
     <wsman:MaxEnvelopeSize s:mustUnderstand="true">153600</wsman:MaxEnvelopeSize>
     <wsa:MessageID>uuid:A216A4A8-BDFD-44C1-8CA5-8CD8558D09C0</wsa:MessageID>
     <wsman:Locale xml:lang="en-US" s:mustUnderstand="false" />
     <wsman:ResourceURI 
      xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
        http://schemas.microsoft.com/wbem/wsman/1/windows/shell/test
     </wsman:ResourceURI>
     <wsman:SelectorSet 
      xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" 
      xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
       <wsman:Selector Name="ShellId">
         uuid:664AB94A-8B67-4544-8DD0-44AD39D06816
       </wsman:Selector>
     </wsman:SelectorSet>
     <wsman:OperationTimeout>PT60.000S</wsman:OperationTimeout>
   </s:Header>
   <s:Body>
     <rsp:Send 
      xmlns:rsp="http://schemas.microsoft.com/wbem/wsman/1/windows/shell">
       <rsp:Stream 
       xmlns:rsp="http://schemas.microsoft.com/wbem/wsman/1/windows/shell"
        Name="stdin" End="true">
          SABlAGwAbABvACwAIAB3AG8AcgBsAGQAIQA=
       </rsp:Stream>
     </rsp:Send>
   </s:Body>
 </s:Envelope>

Send Response

  
 <s:Envelope xml:lang="en-US" 
  xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
  xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
   <s:Header>
     <wsa:Action>
 http://schemas.microsoft.com/wbem/wsman/1/windows/shell/SendResponse
     </wsa:Action>
     <wsa:MessageID>uuid:0CAE63BA-655B-469E-B245-F6F248C85430</wsa:MessageID>
     <wsa:To>
 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
     </wsa:To>
     <wsa:RelatesTo>uuid:A216A4A8-BDFD-44C1-8CA5-8CD8558D09C0</wsa:RelatesTo>
   </s:Header>
   <s:Body>
     <rsp:SendResponse 
      xmlns:rsp="http://schemas.microsoft.com/wbem/wsman/1/windows/shell">
     </rsp:SendResponse>
   </s:Body>
 </s:Envelope>