G
Guest
Hi,
has anyone come across this error before:
This is an unexpected token. The expected token is 'NAME'
I am getting it when trying to send an xml file across a web service layer.
The xml file is well formed, having been checked with XmlSpy. The size of
the file is roughly 119KB. I think it was written in MS Word and the HTML is
being sent through the web service layer as a property of a serializable
object.
Searching the web has given me lots of results but none have found a
solution. The error suggests to me that it is reading the xml and suddenly
stops, which means it cannot find a closing tag. Is there a size limit to
the amount of data that can be serialized/deserialized in one go?
Any help would be really appreciated.
has anyone come across this error before:
This is an unexpected token. The expected token is 'NAME'
I am getting it when trying to send an xml file across a web service layer.
The xml file is well formed, having been checked with XmlSpy. The size of
the file is roughly 119KB. I think it was written in MS Word and the HTML is
being sent through the web service layer as a property of a serializable
object.
Searching the web has given me lots of results but none have found a
solution. The error suggests to me that it is reading the xml and suddenly
stops, which means it cannot find a closing tag. Is there a size limit to
the amount of data that can be serialized/deserialized in one go?
Any help would be really appreciated.