<?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:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" 
   xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
   <Header xmlns="http://www.w3.org/2001/12/soap-envelope">
      <Security xmlns="http://schemas.xmlsoap.org/ws/2003/06/secext">
         <EncryptedKey
            wsu:Id="EncryptedKeyByEncryptedKeyToken"
            xmlns="http://www.w3.org/2001/04/xmlenc#"
            xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
            <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
            <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
                <KeyName>myTourOperatorKey</KeyName>
            </KeyInfo>
            <CipherData>
                <CipherValue>iq/mTcKJJ5hdCQxyyNO3u2EFt+=</CipherValue>
            </CipherData>
            <ReferenceList>
                <DataReference URI="#encryptedParam1"/>
            </ReferenceList>
         </EncryptedKey>
      </Security>
   </Header>
   <SOAP-ENV:Body>
      <s:GetSpecialDiscountedBookingForPartnersResponse
         wsu:Id="DiscountedBookingForPartnersResponse"
         xmlns:s="http://www.MyHotel.com/partnerservice/">
         <EncryptedData
            Type="http://www.w3.org/2001/04/xmlenc#Element"
            wsu:Id="encryptedParam1"
            xmlns="http://www.w3.org/2001/04/xmlenc#"
            xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
            <EncryptionMethod
               Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
            <CipherData>
               <CipherValue>+mo/Y11X2rYoJvIGS6tr/dusl+qw==</CipherValue>
            </CipherData>
         </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>