<?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">
  <SOAP-ENV:Header>
      <wsse:Security
          xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/secext">
              <ds:Signature wsu:Id="signedParam1" xmlns="http://www.w3.org/2000/09/xmldsig#">
                  <ds:SignedInfo>
                      <ds:CanonicalizationMethod 
                              Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
                      <ds:SignatureMethod 
                              Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
                      <ds:Reference URI="#Param1">
                          <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                          <ds:DigestValue>LHE1qRmiwmhicskLx6yRnyUq9x0=</ds:DigestValue>
                      </ds:Reference>
                  </ds:SignedInfo>
                  <ds:SignatureValue>
                      i6vSDFIaK9yRyVi3yuV6HIcNwnQvoocJXHDzPt4ARYJz2Gd1EmcA0g==
                  </ds:SignatureValue>
                  <ds:KeyInfo>
                      <wsse:SecurityTokenReference 
                          xmlns="http://schemas.xmlsoap.org/ws/2002/secext">
                          <wsse:KeyIdentifier 
                                  EncodingType="wsse:Base64Binary" 
                                  ValueType="wsse:X509SubjectKeyIdentifier"
                                    xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext"> 
                              0KAIKJxiJ+2rRFdRytZbOLALBYM= 
                          <wsse:KeyIdentifier>
                      </wsse:SecurityTokenReference>
                  </ds:KeyInfo>
              </ds:Signature>
      <wsse:Security>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
        <s:GetSpecialDiscountedBookingForPartnersResponse 
            wsu:Id="DiscountedBookingForPartnersResponse"
            xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"
            xmlns:s="http://www.MyHotel.com/partnerservice/">
            <s:Parameter wsu:Id="Param1"/>
            <s:Parameter wsu:Id="Param2"/>
            <s:Parameter wsu:Id="Param3"/>
            <s:Parameter wsu:Id="Param4"/>
            <s:Parameter wsu:Id="Param5"/>
            <s:Parameter wsu:Id="Param6"/>
            <s:Parameter wsu:Id="Param7"/>
            <s:Parameter wsu:Id="Param8"/>
            <s:Parameter wsu:Id="Param9"/>
        </s:GetSpecialDiscountedBookingForPartnersResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>