Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to Internalize message

843833Jan 24 2006 — edited Jan 25 2006
Hi,
I have deployed a JAXMServlet on jBoss4.0.2 and invoking a standalone client to pass a SOAP message. On the server I am getting the following exception :

java.lang.NoSuchMethodError: javax.xml.parsers.SAXParserFactory.getSchema()Ljavax/xml/validation/Schema

I am using the xerces.jar and it does have the propert get/setSchema methods.

On the client log though I am seeing the following excepiton :

Lots of java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
...

"com.sun.xml.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2006
Added on Jan 24 2006
1 comment
527 views