uCosminexus Service Platform, Messages

[Contents][Index][Back][Next]

KDEG30140-E

The XML request message is invalid. (adapter name = aa....aa, operation name = bb....bb, error cause = cc....cc)

aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Cause
Description
The XML request message is invalid.
Cause information Description
The number of child elements of the root element is invalid. The number of child elements of the root element is invalid.
The first child element of the root element is not file header element. The first child element of the root element is not the fileheader element.
The root element name is invalid. The root element name is invalid.
The number of child elements of the file header element is invalid. The number of child elements of the fileheader element is invalid.
The first child element of the file header element is not file name element. The first child element of the fileheader element is not the filename element.
A value of the file name element is invalid. The value of the filename element is invalid.
The following element of the file name element is not file mode element. The following element of the filename element is not the filemode element.
A value other than "new" is defined in the file mode element. A value other than new is defined in the file mode element.
A value other than "all" is defined in the file mode element. A value other than all is defined in the file mode element.
The following element of the file header element is not user data element. The following element of the fileheader element is not the userdata element.
The number of child elements of the user data elements is not one. The number of child elements of the userdata element is not one.
(S)
Processing is cancelled.
(O)
Check the XML request messages to see the cause information. Correct the request messages, and then re-execute the invoke service request.