ExceptionInfo and WarningAlert elements - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
11.7.1

As mentioned above, ExceptionInfo appears in the SOAP Fault detail element. The purpose for the ExceptionInfo element is to provide nested error information. Refer to the schema file MP_function_general.xsd (the schema for the dsmp namespace) for the definition of this element. The WarningAlert element has the same type as ExceptionInfo.

The Exception element in ExceptionInfo is a nested definition, reflecting the error stack of the problem when it is processed in the MP business process subsystem. If the RelatedException element is present, it is another exception further in the stack.

The Exception element has a name attribute. It should be the exception class name (full name) of the exception class.

The Message element in the Exception element is localized and is intended for the end-user where appropriate.

Attributes for ExceptionInfo and WarningAlert elements

Attribute Name

Namespace

Required?

Description

Functioned

dsmp

No

The function ID provided by the MP business subsystem to identify the function request to which the result is provided.

Reference

dsmp

No

The user interface reference ID for the user interface object for which the exception may be concerned.