SOAPFaultException “MustUnderstand headers (oasis-200401-wss-wssecurity-secext-1.0.xsd) are not understood”

前端 未结 4 931
我寻月下人不归
我寻月下人不归 2020-12-14 18:32

I try to get information from web service that uses PasswordText WSS type. Firstly, I test it using soapUI and successfully got data. Then I implemented authentication on Ja

4条回答
  •  生来不讨喜
    2020-12-14 19:17

    If you have this problem in project with Java 11 try to use Apache CXF 3.3.x release.
    Answer below from Apache CXF FAQ:

    Can CXF run with JDK/ Java 9+ (10, 11)?
    Yes. CXF will support Java 9-11 with the next 3.3.x release.

提交回复
热议问题