AbstractWsSecurityInterceptor.java: Не удалось защитить ответ: oracle.xml.parser.v2.XMLElement не может быть приведен к javax.xml.soap.SOAPElement; - PullRequest
0 голосов
/ 25 июня 2019

SOAP Spring Web Service выдает Java 8 weblogic 12.2.

Ошибка в журнале

AbstractWsSecurityInterceptor.java:263 | Could not secure response:
java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement cannot
be cast to javax.xml.soap.SOAPElement; nested exception is
com.sun.xml.wss.XWSSecurityException: java.lang.ClassCastException:
oracle.xml.parser.v2.XMLElement cannot be cast to
javax.xml.soap.SOAPElement
org.springframework.ws.soap.security.xwss.XwsSecuritySecurementException:
java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement cannot
be cast to javax.xml.soap.SOAPElement; nested exception is
com.sun.xml.wss.XWSSecurityException: java.lang.ClassCastException:
oracle.xml.parser.v2.XMLElement cannot be cast to
javax.xml.soap.SOAPElement

, пожалуйста, помогите

...