<?xml version="1.0" encoding="utf-8"?>
<SOAP:Envelope
    xmlns:SOAP=”http://schemas.xmlsoap.org/soap/envelope/”>
    <SOAP:Body>
        <samlp:Request
            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#"
            RequestID=”http://www.myTourOperator.com/SAMLRequestEngine/Request467”
            MajorVersion=”1”
            MinorVersion=”0”
            IssueInstant=”2003-03-11T01:56:00.173Z”>
           <AttributeQuery>
               <saml:Subject>
                   <NameIdentifier
                       NameQualifier=”http://www.myEMarketPlace.com”>
                       MyTourOperator
                   </NameIdentifier>
               </saml:Subject>
           </AttributeQuery>
           <ds:Signature> ... </ds:Signature>
        </samlp:Request>
    </SOAP:Body>
</SOAP:Envelope>