You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/08/14 15:47:16 UTC

DO NOT REPLY [Bug 22418] New: - problem with axis generated comment in wsdl files

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22418>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22418

problem with axis generated comment in wsdl files

           Summary: problem with axis generated comment in wsdl files
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: cchabanois@cognicase.fr


I use a recent CVS version of axis.
In the wsdl files I get using axis, there is the following comment :

<!--WSDL created by Apache Axis version: 1.2dev
Built on ao�t 2003 (02:02:04 CEST)--><wsdl:types>

I live in France, that's why the date has this format ("ao�t" is the month).

But when I try wsdl2java on this wsdl, I have the following exception :
"
java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
	at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
"

I use latest (2.5.0) xerces version both on server and with wsdl2java.