Bonjour, apres avoir deployé mon WS Helloservice.jws sous axis, on peux le localiser en tapant dans l'url du navigateur:
http://localhost:8080/axis/HelloService.jws
à ce niveau j'obtiens le message suivant:
There is a Web Service here
Click to see the WSDL
Mais quand je click sur " Click to see the WSDL ", j'obtient dans la page du navigateur:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is:
java.io.FileNotFoundException: C:\java\jboss-4.2.1.GA\server\default\.\deploy\axis.war\WEB-INF\jwsClasses\HelloService.class (Le fichier spécifié est introuvable)
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.FileNotFoundException: C:\java\jboss-4.2.1.GA\server\default\.\deploy\axis.war\WEB-INF\jwsClasses\HelloService.class (Le fichier spécifié est introuvable)
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:pt1950
y a t-il quelqu'un pouvant me dire ou il est le probleme? Merci
Partager