J'ai un service web et je le déployais sur GlassFish. J'ai accédé à son wsdl par http://localhost:10697/APIService/APIServiceService?wsdl .
J'ai maintenant porté le fichier WAR sur un Tomcat 6.0.24 et il est déployé. Cependant, j'essaie d'accéder à son wsdl à l'aide de http://localhost:8080/APIService/APIServiceService?wsdl mais je reçois une erreur 404. J'ai essayé plusieurs combinaisons mais aucune ne semble fonctionner.
Comment puis-je accéder au fichier wsdl, s'il vous plaît ?
Merci et salutations,
Mise à jour : Vous êtes ici : web.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
Je n'arrive pas à trouver sun-jaxws.xml
cependant... Merci beaucoup ! Salutations