[AXIS] Unable to find required classes
Hello,
Je suis confronté à un petit problème. J'ai mis en place un webservice AXIS et lorsque j'appelle mon client j'obtiens le message suivant :
Code:
- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
Pourtant j'ai bien paramétré le classpath et lorsque je clic sur le lien "Validation" de la page d'accueil de mon AXIS sur le serveur, il me dit que ces composants sont bien présents :
*************************
Axis Happiness Page
Examining webapp configuration
Language: [en] [ja]
Needed Components
* Found SAAJ API ( javax.xml.soap.SOAPMessage ) at an unknown location
* Found JAX-RPC API ( javax.xml.rpc.Service ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\jaxrpc.jar
* Found Apache-Axis ( org.apache.axis.transport.http.AxisServlet ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\axis.jar
* Found Jakarta-Commons Discovery ( org.apache.commons.discovery.Resource ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\commons-discovery-0.2.jar
* Found Jakarta-Commons Logging ( org.apache.commons.logging.Log ) at C:\Program Files\Apache Tomcat 5.5\bin\commons-logging-api-1.1.1.jar
* Found Log4j ( org.apache.log4j.Layout ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\log4j-1.2.8.jar
* Found IBM's WSDL4Java ( com.ibm.wsdl.factory.WSDLFactoryImpl ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\wsdl4j-1.5.1.jar
* Found JAXP implementation ( javax.xml.parsers.SAXParserFactory ) at an unknown location
* Found Activation API ( javax.activation.DataHandler ) at an unknown location
Optional Components
* Found Mail API ( javax.mail.internet.MimeMessage ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\mailapi.jar
* Found XML Security API ( org.apache.xml.security.Init ) at C:\Program Files\Apache Tomcat 5.5\webapps\axis\WEB-INF\lib\xmlsec-1.4.3.jar
* Found Java Secure Socket Extension ( javax.net.ssl.SSLSocketFactory ) at an unknown location
The core axis libraries are present.The optional components are present.
Note: Even if everything this page probes for is present, there is no guarantee your web service will work, because there are many configuration options that we do not check for. These tests are necessary but not sufficient
********************
Avez-vous une idée?