3.2.4.2.1.1 End Message

This message is sent by the client on the second HTTP connection to signal that it has finished sending additional input to the server. The ResourceURI and Action elements of the End message MUST have the values shown here.

 <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
 xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing"
 xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
 xmlns:p="http://schemas.microsoft.com/wbem/wsman/1/wsman.xsd">
   <s:Header>
     <a:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:To>
     <w:ResourceURI
 s:mustUnderstand="true">http://schemas.microsoft.com/wbem/wsman/1/wsman/FullDuplex</w:ResourceURI>
     <a:Action
 s:mustUnderstand="true">http://schemas.microsoft.com/wbem/wsman/1/wsman/End</a:Action>
     <a:MessageID>uuid:…</a:MessageID>
     <p:OperationID>uuid:…</p:OperationID>
   </s:Header>
   <s:Body></s:Body>
 </s:Envelope>