[
http://issues.apache.org/jira/browse/AXIS-2358?page=comments#action_12362445 ]
CedB commented on AXIS-2358:
----------------------------
here is the error generated by axis :
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: Premature end of file.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException:
Premature end of file.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:2424)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at
com.xxx.xxx.webservices.xxx.xxx_10SoapBindingStub.manageRequest(CSLPARC_10SoapBindingStub.java:337)
at com.xxx.xxx.webservices.xxxx.xxxx_10Client.main(xxx_10Client.java:84)
> Problem witj "end of medium"
> ----------------------------
>
> Key: AXIS-2358
> URL: http://issues.apache.org/jira/browse/AXIS-2358
> Project: Apache Axis
> Type: Bug
> Components: Serialization/Deserialization
> Versions: 1.2.1
> Environment: Jonas 3.3.1 / jdk 1.4.2
> Reporter: CedB
>
> When serializing the answer, Axis crashes when there is a "end of medium"
> letter within a data string :
> EM (End of medium) ASCII code = 25 HEXA code = 19
> If I delete this letter, all works fine!
> Any issue? Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira