5.10 Messages from KDCCS3000 to KDCCS3999
This section describes messages from KDCCS3000 to KDCCS3999 output by the SOAP Engine.
-
KDCCS3000-E
An attempt to create a SOAPMessge object has failed. (Class name = class-name, Method signature = method-signature, reason = reason)
- Description
-
An attempt to create a SOAPMessage object has failed.
- Action
-
Check that there is any problem in the program based on the contents of reason. If the action to be taken according to the contents of reason is not clear, contact the system administrator.
-
KDCCS3001-E
Illegal argument has been set. (Class name = class-name, Method signature = method-signature, argument = argument-name, value = argument-value)
- Description
-
An invalid argument was specified.
- Action
-
Specify a valid argument.
-
KDCCS3002-E
An attempt to execute the method has failed. (Class name = class-name, Method signature = method-signature, reason = reason)
- Description
-
An attempt to execute the method has failed.
- Action
-
Check if there is any problem in the program based on the contents of reason.
-
KDCCS3003-E
The detail element of the SOAP Fault does not exist. (Class name = class-name, Method signature = method-signature)
- Description
-
The detail element does not exist in the SOAP Fault element.
- Action
-
Invoke this method only when the detail element exists in the SOAP Fault element.
-
KDCCS3005-E
The specified element is illegal. (Class name = class-name, Method signature = method-signature, reason = reason)
- Description
-
An invalid element was specified.
- Action
-
Check that there is no problem in the program based on the contents of reason.
-
KDCCS3006-E
The type of the specified argument argument-name is illegal. (Class name = class-name, Method signature = method-signature, specified type = specified-type, expected type = expected-type)
- Description
-
The type specified-type of the argument-name argument is invalid.
- Action
-
Specify the type expected-type.
-
KDCCS3007-E
The specified URL is illegal. (Class name = class-name, Method signature = method-signature, reason = reason)
- Description
-
The specified URL is incorrect.
- Action
-
Check that the correct URL is specified based on the contents of reason.
-
KDCCS3008-E
An attempt to serialize a Document object has failed. (detail = detailed-information)
- Description
-
An attempt to serialize the Document object has failed.
- Action
-
Check that there is no problem in the program based on the contents of reason.