<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xsi:schemaLocation="http://www.w3.org/2003/05/soap-envelope http://www.w3.org/2003/05/soap-envelope http://www.w3.org/2005/08/addressing http://www.w3.org/2005/08/addressing/ws-addr.xsd  http://docs.oasis-open.org/wsn/b-2 http://docs.oasis-open.org/wsn/b-2.xsd">
    <s:Header>
        <sec:Security xmlns:sec="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
            {{AC_CONTEXT}}
        </sec:Security>
        <a:Action>http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/UnsubscribeRequest</a:Action>
        <a:MessageID>pineIT_msgID:{{$guid}}</a:MessageID>
        <a:To>http://10.10.{{KollabIP}}.4:8081/SpiritACS/DSUB/Subscription/e66a1026-195b-49f6-a11d-1231b68b9326</a:To>
    </s:Header>
    <s:Body>
        <wsnt:Unsubscribe />
    </s:Body>
</s:Envelope>