No Response Body Returned After Upgrading To Weblogic 12.2.1.4
(Doc ID 2651903.1)
Last updated on MARCH 24, 2020
Applies to:
Oracle WebLogic Server - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
After upgrading to 12.2.1.4, No response body returned when calling application method with JAXB marshalling/unmarshalling. Same behavior also existed on 12.2.1.3. But application can work normally on weblogic 12.1.3.
12.1.3 Response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:unmarshalledResponse xmlns="http://sample.app.com/repository/entities" xmlns:ns0="http://sample.app/">
<******>
</******>
</ns0:unmarshalledResponse>
</S:Body>
</S:Envelope>
12.2.1.4 Response: (no any data created)
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:unmarshalledResponse xmlns="http://sample.app.com/repository/entities" xmlns:ns0="http://sample.app/"/>
</S:Body>
</S:Envelope>
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |