Disaggregate Response Guidelines

See How To Use this Guide before interpreting the guidelines below.

The following data is included in the message response:

Data Element Occurs
Length
Type Description
S:Envelope [1...1]
[]
- Required. SOAP Envelope root element.
  S:Body [1...1]
[]
- Required. SOAP Message Body.
    ns2:DisaggregateResponse [1...1]
[]
- Required. Disaggregate response message.
      TLResponse [0...1]
[]
- Required. TraceLink response.
        Success [0...1]
[]
- Required. Indicates if the disaggregate request successfully processed. *1
        ExceptionReturn [0...1]
[]
- Conditionally required if Success = false, otherwise omitted. Contains error information.
          CallException [1...*]
[]
- Required. Contains error details such as exception code and error message, if available.
            ExceptionCode [0...1]
[0/*]
String Required. Error code. See Disaggregate Errors for a full list of potential error exception codes and error messages. *2
            ExceptionMessage [0...1]
[0/*]
String Conditionally required if exception message exists. Message that further describes the error condition. See Disaggregate Errors for a full list of potential error exception codes and error messages.