2.2.3.2 Session Element
The Session element encloses an XML header necessary to a DSML SOAP message that contains the <dsml:batchRequest> payload to instruct the server the payload MUST be processed in the context of a previously allocated session.
-
<xs:element name="Session"> <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. |