In my servlet, I want to create a javax.xml.soap.SOAPMessage object from the HTTP request body. I intend to use javax.xml.soap.MessageFactory.createMessage () to do this. However, when I try to create my factory via javax.xml.soap.MessageFactory.newInstance(), I get the following error:
javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider com.sun.xml.messaging.soap.MessageFactoryImpl not found. Does anyone know where I can find this class, or can anyone shed some light? Thanks. Steve Pannier Jacada, Inc. (763) 268-6382 [EMAIL PROTECTED] http://www.jacada.com
