fault returned does not declare the wsse namespace
--------------------------------------------------
Key: RAMPARTC-79
URL: https://issues.apache.org/jira/browse/RAMPARTC-79
Project: Rampart/C
Issue Type: Bug
Components: Rampart-core
Affects Versions: Current
Environment: Windows XP
Reporter: Dave Meier
Assignee: Malinda Kaushalye Kapuruge
Priority: Critical
Whenever a wsse:FailedCheck is returned it does not declare anything for wsse.
The following is the response I get when I rename my authentication callback
dll so it can't find it. It is declared further down, but too late. My C#
client generates an error saying wsse is not defined.
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Sender</soapenv:Value>
<soapenv:Subcode>
<soapenv:Value>wsse:FailedCheck</soapenv:Value>
</soapenv:Subcode>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en">Error in the Internal
configuration.</soapenv:Text>
</soapenv:Reason>
<soapenv:Detail>
<wsse:ProblemSecurityHeader
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">wsse:UsernameToken</wsse:ProblemSecurityHeader>
</soapenv: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.