Posted By:
Aleksi_Kallio
Posted On:
Tuesday, April 23, 2002 12:04 PM
I'm trying to get the JAXM "simple" example to work with Orion Application Server.
I get this error:
Caused by: javax.xml.messaging.JAXMException: Unable to read response: Unable to internalize message
at com.sun.xml.messaging.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:286)
at com.sun.xml.messaging.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:106)
This was just a snippet from the stack dump, but it's so messy I can't figure out what is the original exception. I guess the problem is in internalization. But what is the concrete problem?