Erreur service web

Fermé
yuri648 Messages postés 677 Date d'inscription mardi 30 décembre 2008 Statut Membre Dernière intervention 20 mai 2015 - 25 oct. 2010 à 18:53
Bonjour,

j'ai creer un web service en suivant ce tuto
https://karamimed.developpez.com/j2ee/tutoriels/axis/#LII-C
et quand je tente a acceder au lien http://localhost:8080/axis/sommer.jws marche bien
mais si je click a Click to see the WSDL
j'ai cet erreur

orry, something seems to have gone wrong... here are the details:

Fault - Error while compiling: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\sommer.java

AxisFault
faultCode: {http://axis.apache.org/axis/}Server.compileError
faultSubcode:
faultString: Error while compiling: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\sommer.java
faultActor:
faultNode:
faultDetail:
{}Errors:Error compiling C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\jwsClasses\sommer.java:
Line 1, column 0: class, interface, or enum expected
Line 1, column 1: illegal character: \92
Line 1, column 6: illegal character: \92
Line 1, column 11: illegal character: \92
Line 1, column 23: illegal character: \92
Line 1, column 29: illegal character: \92
Line 1, column 42: illegal character: \92
Line 1, column 51: illegal character: \92
Line 1, column 54: illegal character: \92
Line 1, column 59: illegal character: \92
Line 1, column 82: class, interface, or enum expected
Line 1, column 84: illegal character: \92
Line 1, column 87: illegal character: \92
Line 1, column 94: illegal character: \92
Line 1, column 111: class, interface, or enum expected
Line 2, column 1: illegal character: \92
Line 2, column 3: illegal character: \92
Line 2, column 36: class, interface, or enum expected
Line 2, column 37: illegal character: \92
Line 2, column 51: illegal unicode escape
Line 2, column 56: illegal character: \92
Line 2, column 59: illegal character: \92
Line 2, column 64: illegal character: \92
Line 3, column 20: illegal character: \92
Line 3, column 22: illegal character: \92
Line 3, column 23: ';' expected
Line 4, column 38: illegal character: \92
Line 4, column 40: illegal character: \92
Line 4, column 41: not a statement
Line 4, column 44: ';' expected
Line 5, column 19: illegal character: \92
Line 6, column 4: illegal character: \92
Line 5, column 20: not a statement
Line 6, column 6: illegal character: \92
Line 6, column 7: ';' expected
Line 7, column 0: illegal character: \92
Line 7, column 1: <identifier> expected
Line 7, column 2: illegal character: \92
Line 8, column 0: illegal character: \92
Line 8, column 3: illegal character: \92
Line 8, column 7: <identifier> expected
Line 10, column 0: illegal character: \0
Line 10, column 1: reached end of file while parsing
Line 0, column 0:
43 errors

Merci de m'aider