uCosminexus Application Server, Security Management Guide

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

KDCGF0003-E

FaultCode: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}InvalidSecurity
FaultString: KDCGF0003-E An error occurred during security header processing. (location = the-location-where-the-event-occurred)
FaultActor: None
FaultDetails: None

(Meaning)
An error occurred in the security header of the-location-where-the-event-occurred. The following information is output to the-location-where-the-event-occurred:
  • Server: An error occurred in a message received at server side.
  • Client: An error occurred in a message received on the client side.
(Cause)
The error might be due to one of the following causes:
  • A Created element request is specified in the Timestamp element within the Web service security policy definition file, but the received SOAP message contains no Created element.
  • An Expires element request is specified in the Timestamp element within the Web service security policy definition file, but the received SOAP message contains no Expires element.
  • The Created and Expires elements in the received SOAP message have different xsd:dateTime values in the ValueType attribute.
  • An element (Created, Expires, BinarySecurityToken, or KeyIdentifier element) that requires a value has no value.
  • A BinarySecurityToken element request is specified in the Web service security policy definition file, but the received SOAP message contains no BinarySecurityToken element.
  • The Reference element has no URI attribute.
  • No value is set in the URI attribute of the Reference element.
  • A SOAP body signature request is specified in the Web service security policy definition file, but the SOAP body of the received SOAP message has no signature.
  • An encrypted SOAP message has no KeyInfo element.
  • A key specified in the KeyName element of an encrypted SOAP message is not defined in the Web service security functionality definition file.
  • A SOAP body element encryption request is specified in the Web service security policy definition file, but the SOAP body of the received SOAP message has no encrypted element.
  • A received SOAP message contains ID attributes that have the same attribute value.
  • The Name and My_role attributes of the ReceiverPortConfig element in the Web service security policy definition file have no corresponding setting in the Web service security functionality definition file.
(Action)
Check with the sender of the message to see whether the sender has sent a SOAP message containing one of the errors indicated in Cause. Alternatively, check the Web service security policy definition file for incorrect settings.