I'm seeing the following exception when I attempt the stock quote example:
<Mar 22, 2002 11:45:59 AM PST> <Error> <HTTP> <[WebAppServletContext(4333262,axis)] Servlet failed with Exception java.lang.AbstractMethodError at javax.xml.parsers.SAXParser.parse(SAXParser.java:386) at org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown Source) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(Unknown Source) at org.apache.axis.Message.getSOAPEnvelope(Unknown Source) at org.apache.axis.server.AxisServer.invoke(Unknown Source) at org.apache.axis.transport.http.AxisServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120) I'm using Weblogic 6.0 and crimson.jar. Any ideas as to what could be causing this? Thanks, John