3.2.4.2.1.3 Cancel Message
This message is sent by the client on the second HTTP connection to signal that the current operation SHOULD be canceled. The ResourceURI and Action elements of the Cancel 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/Cancel</a:Action> <a:MessageID>uuid:…</a:MessageID> <p:OperationID>uuid:…</p:OperationID> </s:Header> <s:Body></s:Body>