[Axis]installation du client Axis pour les Web Services
Voilà, j'ai installé selon la procedure du book, le client Axis, donc, j'ai mis les fichiers de Axis dans la webApp de TomeCat 4.1
Et apres j'ai testé les composants via : localhost:8080/axis/happyaxis.jsp
Or j'ai des erreurs :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| Needed Components
Error: could not find class javax.xml.soap.SOAPMessage from file saaj.jar
Axis will not work
See http://xml.apache.org/axis/
Error: could not find class javax.xml.rpc.Service from file jaxrpc.jar
Axis will not work
See http://xml.apache.org/axis/
Error: could not find class org.apache.axis.transport.http.AxisServlet from file axis.jar
Axis will not work
See http://xml.apache.org/axis/
Error: could not find class org.apache.commons.discovery.Resource from file commons-discovery.jar
Axis will not work
See http://jakarta.apache.org/commons/discovery.html
Found Jakarta-Commons Logging (org.apache.commons.logging.Log) at C:\Program Files\Tomcat 4.1\common\lib\commons-logging-api.jar
Error: could not find class com.ibm.wsdl.factory.WSDLFactoryImpl from file wsdl4j.jar
Axis will not work
Found JAXP implementation (javax.xml.parsers.SAXParserFactory)
Found Activation API (javax.activation.DataHandler) at C:\Program Files\Tomcat 4.1\common\lib\activation.jar |
Comment puis-je faire pour remerdier les errors en ajoutant les composants adéquats?
[Modéré par Didier] : ajout de tag dans le titre - Les règles du forum Java