2.2.3.3 EndSession Element

The EndSession element encloses an XML header necessary to a DSML SOAP message that contains the <dsml:batchRequest> payload to instruct the server the payload has been processed and to terminate the session.

 <xs:element name="EndSession">
   <xs:complexType>
     <xs:attribute name="SessionID"
       type="sessionId"
       use="required"
      />
     <xs:attribute name="soap:mustUnderstand"
       type="[SOAP1.1]"
       use="optional"
      />
   </xs:complexType>
 </xs:element>

Attributes

Name

Type

Description

SessionID

sessionId

A string value that uniquely identifies an existing session.

soap:mustUnderstand

[SOAP1.1]

See [SOAP1.1] section 4.2.3.