The TXLife object is used as the main transaction aggregate in the Life, Annuity, and Health model. This transaction model supports two types of transactions:
requests and responses. The information for a request transaction is stored in information defined in the Request Group. The Request Group consists of the <UserAuthRequest> and <TXLifeRequest> objects. The information for a response transaction is stored in information defined in the Response Group. The
Response Group consists of the <UserAuthResponse> and <TXLifeResponse> objects.In a request transaction you may have up to one <UserAuthRequest> object and zero or more <TXLifeRequest> objects. If both objects are appearing in the same <TXLife> object then the <UserAuthRequest> object must appear before any of the <TXLifeRequest> object.
In a response transaction you may have up to one <UserAuthResponse> object and zero or more <TXLifeResponse> objects. If both object types are included
in the same <TXLife> object then the <UserAuthResponse> must appear before any of the <TXLifeResponse> objects. |