Returns the primary parameters of the response infoset, namely the operation modus, the language the infoset is formulated, and most important the type of the response.
Based on the response type one of the following methods should be called:
GetAcceptType |
|
Per definition this means that the corresponding request is fully accepted and will be processed to a final stage. An optional explanation might be supplied but no messages.
|
GetPendingType |
|
Per definition this means that the corresponding request can not be processed to a final stage as some data are missing. An optional explanation and [0,n] messages (instructions) are supplied to "unfreeze" the request.
|
GetRejectType |
|
Per definition this means that the corresponding request is rejected and as a consequence the status of the request goes to the "canceled" state. An optional explanation and [0,n] errors are supplied to justify the decision.
|
If the data stem from loading a lower version XML file, then a compatibility error is issued! If full support is needed for a lower version then there is not resort than using the native COM versions directly.