<?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"
            xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
            <wsse:BinarySecurityToken
                 wsu:Id="TourOperatorX509Token"
                 ValueType="wsse:X509v3"
                 EncodingType="wsse:Base64Binary">
                 WErS58MrzCA9xAwIBAgJ74WZc0...
            </wsse:BinarySecurityToken>
            <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#hmac-sha1"/>
                    <ds:Reference URI="#TourOperatorAssertion">
                        <ds:DigestMethod
                            Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                        <ds:DigestValue>
                            WSLyLsGMP4kPQc7tU...
                        </ds:DigestValue>
                    </ds:Reference>
                    <ds:Reference URI="#DiscountRequest">
                        <ds:DigestMethod
                            Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                        <ds:DigestValue>
                            Df4QcWEdLsGMP4kfP....
                        </ds:DigestValue>
                    </ds:Reference>
                </ds:SignedInfo>
                <ds:SignatureValue>
                    BFGilJbSDRidm5Pk...
                </ds:SignatureValue>
                <ds:KeyInfo>
                    <wsse:SecurityTokenReference>
                         <wsse:Reference URI="#TourOperatorX509Token"/>
                    </wsse:SecurityTokenReference>
                </ds:KeyInfo>
            </ds:Signature>
            <saml:Assertion
                wsu:Id="TourOperatorAssertion"
                MajorVersion=”1”
                MinorVersion=”0”
                AssertionID=
                    ”http://www.myEMarketplace.com/AuthenticationService/SAMLAssertions/786”
                Issuer=”http://www.myEMarketplace.com”
                IssueInstant=”2003-06-11T02:00:00+5:00Z”>
                <saml:Conditions
                    NotBefore=”2003-03-11T02:00:00+5:00Z”
                    NotOnOrAfter=”2003-06-12T02:00:00+5:00Z”/>
                <saml:AttributeStatement>
                <saml:Subject>
                   <saml:NameIdentifier
                      name=”http://www.myEMarketplace.com”>
                      MyTourOperator
                   </saml:NameIdentifier>
                   <saml:SubjectConfirmation>
                      <saml:ConfirmationMethod>
                          urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
                      </saml:ConfirmationMethod>
                      <ds:KeyInfo>
                          <wsse:SecurityTokenReference>
                               <wsse:Reference URI="#TourOperatorX509Token"/>
                          </wsse:SecurityTokenReference>
                      </ds:KeyInfo>
                   </saml:SubjectConfirmation>
                </saml:Subject>
                <saml:Attribute
                    AttributeName=”PartnershipStatus”
                    AttributeNamespace=”http://www.myEMarketplace.com/AttributeService”>
                    <AttributeValue>MostPreferredBusinessPartner</AttributeValue>
                </saml:Attribute>
                </saml:AttributeStatement>
                <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#hmac-sha1"/>
                        <ds:Reference URI="#AssertionResponse">
                            <ds:DigestMethod
                                Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                            <ds:DigestValue>
                                VsRreWLs8FGf3MP2DkP...
                            </ds:DigestValue>
                        </ds:Reference>
                    </ds:SignedInfo>
                    <ds:SignatureValue>
                        BSdiFlJxbSidm5Pk...
                    </ds:SignatureValue>
                    <ds:KeyInfo>
                        <wsse:SecurityTokenReference>
                             <wsse:KeyIdentifier
                                  wsu:Id="EMarketplaceKey"
                                  ValueType="wsse:X509v3">
                             </wsse:KeyIdentifier>
                        </wsse:SecurityTokenReference>
                    </ds:KeyInfo>
                </ds:Signature>
            </saml:Assertion>
        </wsse:Security>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <s:GetSpecialDiscountedBookingForPartners
            xmlns:s=“http://www.MyHotel.com/partnerservice/”
            wsu:Id="DiscountRequest" >
             <!--Parameters passed with the method call-->
        </s:GetSpecialDiscountedBookingForPartners>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>