• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AxisFault SAXParseException

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using Axis web services in am application and getting the Axis fault error.
Error message log is pasted here.

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: An invalid XML character
(Unicode:
0x15) was found in the element content of the document.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:
org.xml.sax.SAXParseException:
An invalid XML character (Unicode: 0x15) was found in the element content of
the
document.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at
org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializa
tionContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at com.trigent.ws.proxy.BaseProxy.invoke(BaseProxy.java:201)
at com.trigent.ws.proxy.CustomProxy.find(CustomProxy.java:188)
at com.trigent.ws.proxy.CustomProxy.execute(CustomProxy.java:54)
at
com.international.tcpcdms.api.CallWorkerBean.executeProxy(CallWorkerB
ean.java:289)
at
com.international.tcpcdms.api.TcpCdmsDataApiJava.findObject(TcpCdmsDa
taApiJava.java:636)
at
com.international.tcpcdms.api.TcpCdmsDataApiJava.findEntityInstances(
TcpCdmsDataApiJava.java:573)
at SelectionPart.main(SelectionPart.java:129)


org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x15) was
foun
d in the element content of the document.
at org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:543)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at com.trigent.ws.proxy.BaseProxy.invoke(BaseProxy.java:201)
at com.trigent.ws.proxy.CustomProxy.find(CustomProxy.java:188)
at com.trigent.ws.proxy.CustomProxy.execute(CustomProxy.java:54)
at
com.international.tcpcdms.api.CallWorkerBean.executeProxy(CallWorkerB
ean.java:289)
at
com.international.tcpcdms.api.TcpCdmsDataApiJava.findObject(TcpCdmsDa
taApiJava.java:636)
at
com.international.tcpcdms.api.TcpCdmsDataApiJava.findEntityInstances(
TcpCdmsDataApiJava.java:573)
at SelectionPart.main(SelectionPart.java:129)
Caused by: org.xml.sax.SAXParseException: An invalid XML character (Unicode:
0x1
5) was found in the element content of the document.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at
org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializa
tionContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
... 13 more


********************************************************

************************************************

com.trigent.exception.ProcessingException: org.xml.sax.SAXParseException: An
inv
alid XML character (Unicode: 0x15) was found in the element content of the
docum
ent.
at com.trigent.ws.proxy.BaseProxy.invoke(BaseProxy.java:236)
at com.trigent.ws.proxy.CustomProxy.find(CustomProxy.java:188)
at com.trigent.ws.proxy.CustomProxy.execute(CustomProxy.java:54)
at
com.international.tcpcdms.api.CallWorkerBean.executeProxy(CallWorkerB
ean.java:289)
at
com.international.tcpcdms.api.TcpCdmsDataApiJava.findObject(TcpCdmsDa
taApiJava.java:636)
at
com.international.tcpcdms.api.TcpCdmsDataApiJava.findEntityInstances(
TcpCdmsDataApiJava.java:573)
at SelectionPart.main(SelectionPart.java:129)




Please help me to solve this problem.
Thanks in Advance.
 
That's my roommate. He's kinda weird, but he always pays his half of the rent. And he gave me this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic