<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2001/12/soap-envelope"
    xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
    xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
    <SOAP-ENV:Header>
        <wsse:Security
             xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/secext">
            <wsse:BinarySecurityToken
                 wsu:Id="EMarketplaceX509Token"
                 ValueType="wsse:X509v3"
                 EncodingType="wsse:Base64Binary">
                    WSMLHrzCCA9xAwdwIBAgJ74WZc0...
            </wsse:BinarySecurityToken>
        </wsse:Security>
        <xenc:EncryptedKey>
            <xenc:EncryptionMethod
                Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
            <ds:KeyInfo>
                <wsse:SecurityTokenReference>
                    <wsse:KeyIdentifier
                        wsu:Id="TourOperatorKey">
                    </wsse:KeyIdentifier>
                </wsse:SecurityTokenReference>
            </ds:KeyInfo>
            <xenc:CipherData>
                <xenc:CipherValue>
                    G2wDCq24FsgBGerE...
                </xenc:CipherValue>
            </xenc:CipherData>
            <xenc:ReferenceList>
                <xenc:DataReference URI="#AssertionResponse"/>
            </xenc:ReferenceList>
        </xenc:EncryptedKey>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <xenc:EncryptedData
        wsu:Id="AssertionResponse"
        type="http://www.w3.org/2001/04/xmlenc#Content">
        <xenc:EncryptionMethod
            Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
            <ds:KeyInfo xmlns:ds='http://www.w3.org/2000/09/xmldsig#'>
                <wsse:SecurityTokenReference>
                    <wsse:Reference URI="#TourOperatorKey"/>
                </wsse:SecurityTokenReference>
            </ds:KeyInfo>
            <CipherData>
            <CipherValue>XDsFaDWsHdhrHdhcW0x...</CipherValue>
            </CipherData>
        </xenc:EncryptedData>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>