Subject: Webservice Parsing Expn in AXIS(Illegal character)
Posted By: manaspanda Post Date: 1/28/2004 4:10:51 AM
I am getting the following exception while calling a webservice with some parameters. The same thing does not give exception if the client class is part of the server in the same virtual directory but gives the exception when called from another virtual directory of Orion. Has anybody seen this error? It it due to Orion/ Jar file/ Due to any other reason?

Thanks in advance for any help.
-Manas

AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.userException
 faultString: org.xml.sax.SAXParseException: Illegal character at end of document, #x3c;.
 faultActor: null
 faultDetail:
        stackTrace: org.xml.sax.SAXParseException: Illegal character at end of document, <.
        at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3339)
        at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3333)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:640)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:333)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:219)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:535)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:368)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2103)
        at org.apache.axis.client.Call.invoke(Call.java:2073)
        at org.apache.axis.client.Call.invoke(Call.java:1842)
        at org.apache.axis.client.Call.invoke(Call.java:1768)
        at com.ge.med.rumba.framework.webservice.client.CentricityWebSvcClient.makeCall(CentricityWebSvcClient.java:368)
        at com.ge.med.gemsit.rs.c2c.SendJobMgr.processSendRequest(SendJobMgr.java:301)
        at com.ge.med.gemsit.rs.c2c.SendJobMgr.run(SendJobMgr.java:189)


org.xml.sax.SAXParseException: Illegal character at end of document, #x3c;.
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:115)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:540)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:368)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2103)
        at org.apache.axis.client.Call.invoke(Call.java:2073)
        at org.apache.axis.client.Call.invoke(Call.java:1842)
        at org.apache.axis.client.Call.invoke(Call.java:1768)
        at com.ge.med.rumba.framework.webservice.client.CentricityWebSvcClient.makeCall(CentricityWebSvcClient.java:368)
        at com.ge.med.gemsit.rs.c2c.SendJobMgr.processSendRequest(SendJobMgr.java:301)
        at com.ge.med.gemsit.rs.c2c.SendJobMgr.run(SendJobMgr.java:189)
Caused by: org.xml.sax.SAXParseException: Illegal character at end of document, #x3c;.
        at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3339)
        at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3333)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:640)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:333)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:219)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:535)
        ... 8 more

Go to topic 9067

Return to index page 961
Return to index page 960
Return to index page 959
Return to index page 958
Return to index page 957
Return to index page 956
Return to index page 955
Return to index page 954
Return to index page 953
Return to index page 952