Unable find required DataHandler and MimeMultipart classes
Wednesday, May 21st, 2008If you receive the below warning message while trying to call a web service using axis framework.
org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
activation.jar and mail.jar should be placed in the classpath.