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!

Yet another issue, JAXM

843833May 30 2005
Lots of problems trying to get my head around this topic. I'm trying to deploy a JAXM Web service to tomcat as a web-app by extending JAXMServlet and implements ReqRespListener but I get the following error
javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provide
r com.sun.xml.messaging.soap.MessageFactoryImpl not found
        at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:116)
I have axis and put jaxm.jar, saaj.jar and assj-imp.jar into TOMCAT_HOME/common/lib.
I know that ther is a MessageFactoryImpl in saaj-impl.jar\com\sun\xml\messaging\saaj\soap but not in jaxxm.jar.
If I was to deploy this as a JAXM web service and not a servlet do I need to go through the same procedure as JAX-RPC? By this I mean would it be best to run Java2WSDL and WSDL2Java tools?
Thanks for all replys,
James.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2005
Added on May 30 2005
0 comments
122 views