<?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">
            <wsse:BinarySecurityToken
                 wsu:Id="EMarketplaceX509Token"
                 ValueType="wsse:X509v3"
                 EncodingType="wsse:Base64Binary">
                    WSMLHrzCCA9xAwdwIBAgJ74WZc0...
            </wsse:BinarySecurityToken>
        </wsse:Security>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body wsu:Id="AssertionResponse">
    <samlp:Response
        xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
        xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
        xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
        ResponseID=”http://www.myEMarketplace.com/AuthenticationService/SAMLResponse/476"
        InResponseTo=”http://www.myTourOperator.com/SAMLRequestEngine/Request467”
        MajorVersion=”1”
        MinorVersion=”0”
        IssueInstant=”2003-06-11T01:58:00+05:00”>
        <samlp:Status>
            <samlp:StatusCode Value=“Success” />
        </samlp:Status>
        <saml:Assertion
            MajorVersion="1"
            MinorVersion="0"
            AssertionID="
                http://www.myEMarketplace.com/AuthenticationService/SAMLAssertions/786"
            Issuer="http://www.myEMarketplace.com"
            IssueInstant="2003-06-11T02:00:00Z">
            <saml:Conditions
                NotBefore="2003-03-11T02:00:00Z"
                NotOnOrAfter="2003-06-12T02:00:00Z"/>
            <saml:AttributeStatement>
                <saml:Subject>
                    <saml:NameIdentifier
                        NameQualifier="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="www.myTourOperator.com/keys/Key1"/>
                            </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:Reference URI="#EMarketplaceX509Token"/>
                    </wsse:SecurityTokenReference>
                </ds:KeyInfo>
            </ds:Signature>
        </saml:Assertion>
    </samlp:Response>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>