You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sagi Anna <An...@comverse.com> on 2005/03/28 11:13:13 UTC

Axis 1.2 - org.xml.sax.SAXParseException: Invalid encoding name "utf-8";

Hi , 

I am sending XML string as a parameter to some method in MtsStub.java ,
and getting following exception :
org.xml.sax.SAXParseException: Invalid encoding name &quot;utf-8&quot;;

In Axis 1.1 same code worked perfectly.

Following is the first line of XML string , being sent:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

Thank you in advance,
Anna