the error means, you called a service that does not support ws-security with a soap message having the ws-security header "Security".
you have to fix the client or the service depending on the agreed protocol (with our without ws-securit). regards, aki 2014-05-23 10:07 GMT+02:00 mark.yang <[email protected]>: > hi all: > <soap:Envelope > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:MustUnderstand</faultcode><faultstring>MustUnderstand > headers: > [{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] > are not understood.</faultstring></soap:Fault></soap:Body></soap:Envelope> > > this is my error message,i used the cxf version 2.6.0. > > HELP!HELP! > > > > > > > > ----- > hello every body! > -- > View this message in context: > http://cxf.547215.n5.nabble.com/someone-help-me-tp5744365.html > Sent from the cxf-user mailing list archive at Nabble.com.
