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... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225049#4225049 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225049 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
