-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 1.4
-
Fix Version/s: None
-
Component/s: Serialization/Deserialization, WSDL processing
-
Labels:
-
Environment:Weblogic version: 12.2.1.4.0
JDK 1.8
HI Team,
we are invoking a webservice using Axis 1.4 framework deployed on a oracle weblogic server. While connecting the web Service viaHTTPS connection we are observing the exception and the same is not observed while connected via HTTP.
we are able to consume the web Service successfully and response also received as expected. But while traversing through the response element, we are observing the following FATAL exception for each element .
Exception details:
_[WS-Worker--0] 2020-07-16 15:35:04,529 [FATAL] axis.encoding.DeserializationContext Exception:[WS-Worker--0] 2020-07-16 15:35:04,529 [607277928] [FATAL] axis.encoding.DeserializationContext Exception:javax.xml.soap.SOAPException: org.w3c.dom.DOMException: NodeImpl Not found at org.apache.axis.message.NodeImpl.setParentElement(NodeImpl.java:634) at org.apache.axis.encoding.DeserializationContext.pushNewElement(DeserializationContext.java:774) at org.apache.axis.message.SOAPHandler.startElement(SOAPHandler.java:94)
_
please provide the solution and let us know what is causing the issue.