<?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"
    xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext">
  <SOAP-ENV:Header>
    <wsse:Security
        xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/secext"
        xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
    <ds:Signature>
        <ds:SignedInfo>
            <ds:CanonicalizationMethod
                Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
            <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>JwFsd3eQc0iXlJm5PkLh7...<ds:DigestValue>
            </ds:Reference>
        </ds:SignedInfo>
        <ds:SignatureValue>BSxlJbSiFdm5Plhk...</ds:SignatureValue>
        <ds:KeyInfo>
            <wsse:SecurityTokenReference>
              <ds:X509Data>
                <X509IssuerSerial>
                    <X509IssuerName>
                        CN=Bilal Siddiqui,OU=HotelBookings,O=myTourOperator,C=PK
                    </X509IssuerName>
                    <X509SerialNumber>1081072325</X509SerialNumber>
                </X509IssuerSerial>
              </ds:X509Data>>
            </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>