NonStop SOAP User's Manual
NonStop SOAP Features and Functions
NonStop SOAP User’s Manual—520501-012
4-2
NonStop SOAP Header
NonStop SOAP Header
To delimit a session, control a transaction, or specify an output encoding for SOAP 
responses, the client uses elements of the NonStop SOAP header. These elements 
belong to the namespace urn:compaq_nsk_oss_SoapHeader, as illustrated in 
examples throughout this section.
Header Elements for Sessions and Transactions
This DTD specifies the NonStop SOAP Header element used to request actions 
related to sessions and transactions. The Session element and its attributes are 
described in Session Management on page 4-3 and Transaction Management on 
page 4-15.
<?xml encoding="US-ASCII"?>
<!ELEMENT Session EMPTY>
<!ATTLIST Session 
SessionID CDATA #IMPLIED
BeginNewTransaction (yes|no) "no"
CurrentTransactionCommand (Abort|End) #IMPLIED
SessionCommand (Begin|End|AbortSubsession) #IMPLIED
 >
This DTD specifies the NonStop SOAP Header element used in responses in the 
context of a session:
 <?xml encoding="US-ASCII"?>
<!ELEMENT Encoding EMPTY>
<!ATTLIST Session 
SessionID CDATA 
Subsession (on|off) "off"










