<?xml version="1.0" encoding="utf-8"?>
<SOAP:Envelope
    xmlns:SOAP="http://www.w3.org/2001/12/soap-envelope"
    xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/xx/secext"
    xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    <SOAP:Header>
        <wsse:Security>
            <saml:Assertion
                xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
                MajorVersion=”1”
                MinorVersion=”0”
                AssertionID=”http://www.myEMarketPlace.com/AuthenticationService/SAMLAssertions/786”
                Issuer=”http://www.myEMarketPlace.com”
                IssueInstant=”2003-03-11T02:00:00.173Z”>
                <Conditions
                    NotBefore=”2003-03-11T02:00:00.173Z”
                    NotOnOrAfter=”2003-03-12T02:00:00.173Z”/>
                <AttributeStatement>
                    <Subject>
                        <NameIdentifier
                            NameQualifier=”http://www.myEMarketPlace.com”>
                            MyTourOperator
                        </NameIdentifier>
                        <SubjectConfirmation>
                            <ConfirmationMethod>
                                urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
                            </ConfirmationMethod>
                            <ds:KeyInfo>
                               <ds:KeyName>MyTourOperatorKey</ds:KeyName>
                               <ds:KeyValue> ... </ds:KeyValue>
                            </ds:KeyInfo>
                        </SubjectConfirmation>
                    </Subject>
                    <Attribute
                        AttributeName=”PartnershipStatus”
                        AttributeNamespace=”http://www.myEMarketPlace.com/AttributeService”>
                        <AttributeValue>MostPreferredBusinessPartner</AttributeValue>
                    </Attribute>
                </AttributeStatement>
                <ds:Signature>...</ds:Signature>
            </saml:Assertion>
            <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#rsa-sha1"/>
                    <ds:Reference URI="#myDiscountRequestBody">
                        <ds:Transforms>
                            <ds:Transform
                                Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                        </ds:Transforms>
                        <ds:DigestMethod
                            Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                        <ds:DigestValue>BSDFHJYK21f...</ds:DigestValue>
                    </ds:Reference>
                </ds:SignedInfo>
                <ds:SignatureValue>
                    GKLKAJFLASKJ52kjKJKLJ345KKKJ...
                </ds:SignatureValue>
                <ds:KeyInfo>
                    <wsse:SecurityTokenReference
                        <wsse:KeyIdentifier wsu:id="SAML786Identifier"
                            ValueType=”saml:Assertion”>
                            http://www.myEMarketPlace.com/AuthenticationService/SAMLAssertions/786
                        </wsse:KeyIdentifier>
                    </wsse:SecurityTokenReference>
                </ds:KeyInfo>
            </ds:Signature>
        </wsse:Security>
    </SOAP:Header>
    <SOAP-ENV:Body>
        <s:GetSpecialDiscountedBookingForPartners
            xmlns:s=“http://www.MyHotel.com/partnerservice/”
            ID="myDiscountRequestBody">
                 <!--Parameters passed with the method call-->
         </s:GetSpecialDiscountedBookingForPartners>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>