2 Replies Latest reply on Apr 12, 2009 11:38 PM by fuinhaazul

    malformed ut-8 character when generating clitn web service

    fuinhaazul

      I have tried to search the web to find some answer about the exported wsdl by jboss when we use the wsdLocation property in @WebService annotation.


      My problem is when i try to use some tool to generate web service client ( like eclipse axis client or soapui) they point the error:

      Error importing wsdl: java.io.CharConvertionException: Malformed UTF-8 character: 0xe7 0xf5 0x65.


      After some testes I found the problem on the import clause of XML Schema on the wsdl. When i remove the "?wsdl&resource= ..." all start to work again.

      Any suggestions? Looks like the "&" html character are blocking theses tools...