<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    <env:Header xmlns:addressing="http://www.w3.org/2005/08/addressing">
        <addressing:Action env:mustUnderstand="1">http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal</addressing:Action>
        <addressing:MessageID>uuid:7EF2355F-E447-4074-B7B7-56B4310BB4F9</addressing:MessageID>
        <addressing:RelatesTo>uuid:85A77218-CFF5-438F-9AAF-4A7C5614BA5A</addressing:RelatesTo>
    </env:Header>
    <env:Body>
        <wst:RequestSecurityTokenResponseCollection xmlns:wst="http://docs.oasis-open.org/ws-sx/ws-trust/200512">
            <wst:RequestSecurityTokenResponse>
                <!-- The TokenType of the renewed Assertion - the HCP in this example -->
                <wst:TokenType>urn:elga:bes:2013:HCP:assertion</wst:TokenType>
                <wst:RequestedSecurityToken>
                    <!-- The renewed Assertion 
                    <saml2:Assertion ID="_08ed1802-5948-46a1-b54a-89d64b7a36a2".....
                    -->
                </wst:RequestedSecurityToken>
            </wst:RequestSecurityTokenResponse>
        </wst:RequestSecurityTokenResponseCollection>
    </env:Body>
</env:Envelope>
