You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2008/03/10 11:03:46 UTC

[jira] Resolved: (RAMPARTC-79) fault returned does not declare the wsse namespace

     [ https://issues.apache.org/jira/browse/RAMPARTC-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved RAMPARTC-79.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

Namespace added to Subcode node. Fixed in revision 635506

> 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: S.Uthaiyashankar
>            Priority: Critical
>             Fix For: 1.2.0
>
>
> 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.