In my deployed web services app, I am getting an error that I do not get using the same client and server apps in development (so I know the code works as it should).
This error is happening immediately upon accessing the web service. I thought it might be a problem with the web server, so I tried connecting directly to the instance, and it still happens.
Any pointers would be greatly appreciated.
The stack trace is :


stackTrace: org.xml.sax.SAXNotRecognizedException: Feature: http://xml.org/sax/properties/lexical-handler
at org.apache.xerces.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java: 155)
at org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializatio nContextImpl.java:231)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:546)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
at com.webobjects.appserver._private.WOServerSessionHandler.doServer(WOServ erSessionHandler.java:93)
at com.webobjects.appserver._private.WOServerSessionHandler.invoke(WOServer SessionHandler.java:33)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j ava:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:288)
at com.webobjects.appserver._private.WOWebService.performActionNamed(WOWebS ervice.java:364)
at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest( WOActionRequestHandler.java:240)
at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(W OActionRequestHandler.java:142)
at com.webobjects.appserver._private.WOWebServiceRequestHandler.handleReque st(WOWebServiceRequestHandler.java:88)
at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.jav a:1306)
at Application.dispatchRequest(Application.java:198)
at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread. java:173)
at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java :254)
at java.lang.Thread.run(Thread.java:552)




Thanks,
David.



Reply via email to