<?xml version="1.0" encoding="utf-8"?>
<SOAP:Envelope
    xmlns:SOAP=”http://schemas.xmlsoap.org/soap/envelope/”>
    <SOAP:Body>
        <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-03-11T01:58:00.173Z”>
            <Status>
                <StatusCode Value=”Success”/>
            </Status>
            <saml:Assertion> ... </saml:Assertion>
            <ds:Signature> ... </ds:Signature>
        </samlp:Response>
    </SOAP:Body>
</SOAP:Envelope>