Rampart must respond using the applicable WS-Policy even when returning a fault -------------------------------------------------------------------------------
Key: RAMPART-90 URL: https://issues.apache.org/jira/browse/RAMPART-90 Project: Rampart Issue Type: Bug Components: rampart-core Affects Versions: 1.3 Reporter: Asankha C. Perera Ref: http://mail-archives.apache.org/mod_mbox/ws-synapse-dev/200709.mbox/[EMAIL PROTECTED] When the CallbackHandler fails, the response to a timestamped request is inconsistent: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>The security token could not be authenticated or authorized</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.