I changed yet my header adding Password Text type to password:

<wsse:Security soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
        soapenv:mustUnderstand="0"

xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
        <wsse:UsernameToken>
                <wsse:Username>joe</wsse:Username>
                <wsse:Password 
wsse:Type="PasswordText">joespassword</wsse:Password>
        </wsse:UsernameToken>
</wsse:Security>

The error is the same:

An error was discovered processing the <wsse:Security> header

Thank you for each help....





--
View this message in context: 
http://cxf.547215.n5.nabble.com/Ws-Security-client-newbie-tp5756790p5756959.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to