19.5 Messages starting with KDCGW
This section describes the messages between KDCGW0001 and KDCGW9999, which are output by the Web service security functionality.
-
KDCGW0002-E
FaultCode: {http://www.hitachi.co.jp/soft/xml/cosminexus/ws/security/0760/FaultCode}<Server.SigningError or Client.SigningError>
FaultString: KDCGW0002-E An error occurred during message signature processing. (details = details)
FaultActor: None
FaultDetails: None
- (Meaning)
-
An error occurred during message signature processing.
The following information is output to details and <Server.SigningError or Client.SigningError>:
- <Server.SigningError or Client.SigningError>
-
This character string indicates whether the error occurred on the server side or the client side. If the error occurred on the server side, Server.SigningError is output. If the error occurred on the client side, Client.SigningError is output.
- details
-
Detailed error information is output.
- (Cause)
-
The error might be due to one of the following causes:
-
The algorithm specified in the CanonicalizationMethod, SignatureMethod, or Transform element within the Web service security functionality definition file is incorrect.
-
The signature target specified in the SignatureTarget element within the Web service security functionality definition file is incorrect.
-
- (Action)
-
Solve the cause of the error indicated in details, and retry the processing. Before retrying the processing, it is necessary to re-deploy the SOAP application and Web service.
If you are not sure of the cause of the error indicated in details, contact the system administrator.
-
KDCGW0003-E
FaultCode: {http://www.hitachi.co.jp/soft/xml/cosminexus/ws/security/0760/FaultCode}<Server.EncryptingError or Client.EncryptingError>
FaultString: KDCGW0003-E An error occurred during message encryption. (details = details)
FaultActor: None
FaultDetails: None
- (Meaning)
-
An error occurred during message encryption.
The following information is output to details and <Server.EncryptingError or Client.EncryptingError>:
- <Server.EncryptingError or Client.EncryptingError>
-
This character string indicates whether the error occurred the server side or the client side. If the error occurred on the server side, Server.EncryptingError is output. If the error occurred on the client side, Client.EncryptingError is output.
- details
-
Detailed error information is output.
- (Cause)
-
The error might be due to one of the following causes:
-
The algorithm specified in the EncryptionMethod child element of the ContentsEncryption or KeyEncryption element within the Web service security functionality definition file is incorrect.
-
The encryption target specified in the EncryptionTarget element within the Web service security functionality definition file is incorrect.
-
- (Action)
-
Solve the cause of the error indicated in details, and retry the processing. Before retrying the processing, it is necessary to re-deploy the SOAP application and Web service.
If you are not sure of the cause of the error indicated in details, contact the system administrator.