HI!
I am trying to run the example webservices under ATG Dynamo,
I can deploy the web service but when i try to access the service
from the client in the samples/stock directory I get the following error
java samples.stock.GetQuote -lhttp://lear:21001/axis/services/AdminService -uuser1 -wpass1 XXX
AxisFault
faultCode: null
faultString: java.lang.Exception: Couldn't get DOM document: XML was "<?xml version="1.0" encoding="UTF-8"?>
<ns3:getQuote xmlns:ns3="urn:xmltoday-delayed-quotes">
<symbol xsi:type="xsd:string">XXX</symbol>
</ns3:getQuote>"
at org.apache.axis.message.MessageElement.getAsDOM(MessageElement.java:350)
at org.apache.axis.providers.java.MsgProvider.processMessage(MsgProvider.java:119)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:244)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:232)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:262)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:338)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
faultActor: null
faultDetails: null
The server side stack trace is this ---
java.lang.NullPointerException
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:523)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:176)
at org.apache.axis.message.MessageElement.getAsDOM(MessageElement.java:348)
at org.apache.axis.providers.java.MsgProvider.processMessage(MsgProvider.java:119)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:244)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:232)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:262)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:338)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
Does any one has any comments sugeestions. And yes i tried it with the
beta1, aplha2, alpha3 all give the same error
~ashish
******************* PLEASE NOTE *******************
This message, along with any attachments, may be confidential or legally privileged. It is intended only for the named person(s), who is/are the only authorized recipients. If this message has reached you in error, kindly destroy it without review and notify the sender immediately. Thank you for your help.
**********************************************************