Previous Topic: SAML Request for Assertion Retrieval

Next Topic: Session Logout Request Message

Notification Request Message
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:notifyAccess xmlns:ns1="urn:com-netegrity-affiliate-webservice" SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<affiliateName xsi:type="xsd:string">…</affiliateName >
<sessionId xsi:type="xsd:string">…</sessionId >
<userDN xsi:type="xsd:string">…</userDN>
<accessedURL xsi:type="xsd:string">…</accessedURL >
<accessTimestamp xsi:type="xsd:string">…</accessTimestamp >
</ns1:notifyAccess>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>