<?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:xenc="http://www.w3.org/2001/04/xmlenc"
    xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"
    xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/secext">
    <SOAP-ENV:Header>
        <wsse:Security>
            <xenc:ReferenceList>
                 <xenc:DataReference URI="#encryptedParam1"/>
            </xenc:ReferenceList>
        </wsse:Security>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body wsu:Id="DiscountedBookingForPartnersResponse">
        <s:GetSpecialDiscountedBookingForPartnersResponse
            xmlns:s=“http://www.MyHotel.com/partnerservice”>
            <xenc:EncryptedData
                wsu:Id="encryptedParam1"
                type="http://www.w3.org/2001/04/xmlenc#Element">
                <xenc:EncryptionMethod
                    Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
                <ds:KeyInfo>
                    <ds:KeyName>tour operator's secret key</ds:KeyName>
                </ds:KeyInfo>
                <CipherData>
                    <CipherValue>XD6sFa0DrWsHdehrHdhcW0x...</CipherValue>
                </CipherData>
            </xenc:EncryptedData>
            <s:Parameter Id="Param2"/>
            <s:Parameter Id="Param3"/>
            <s:Parameter Id="Param4"/>
            <s:Parameter Id="Param5"/>
        </s:GetSpecialDiscountedBookingForPartnersResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>