Using Wss4jSecurityInterceptor throws a WRONG_DOCUMENT_ERR: A node is used in a different document than the one that created it

前端 未结 3 1043
悲&欢浪女
悲&欢浪女 2021-01-05 11:30

I am upgrading my application to Java 11 and Spring boot 2.1.2 and running into following error when trying to communicate over SOAP to an external partner. It is the Wss4jS

3条回答
  •  遥遥无期
    2021-01-05 11:52

    There is also a problem when use with new version saaj-impl (v1.4.0 or higher).

    
        com.sun.xml.messaging.saaj
        saaj-impl
        1.3.28
    
    

提交回复
热议问题