We have a web application that connects to a web service. We use JAXB to sort and cancel the soap request and response. Since we use JDK 1.5, we included the JAXB jar in the WAR file. We were able to run it on Tomcat. However, when we deployed it to WAS 7, a sudden shutdown of the marker did not suddenly work. Although we did not receive any exceptions / errors from unmarshalling, we cannot extract anything from the resulting bean. The contents of the bean are null after unmapping. Please note that the JAXB marshaller is working, and we were able to successfully get the answer.
source
share