Hi, This is because the mail.jar is not found in your AXIS client classpath. When sending with attachment, AXIS client will actually check if the javax.mail.internet.MimeMultipart is in the classpath.
Try to put mail.jar in your AXIS client classpath. > i tried running the attachments samples but it gave the below exception > > java.io.IOException: No support for attachments > at org.apache.axis.AxisFault.makeFault(AxisFault.java:120) at > org.apache.axis.SOAPPart.writeTo(SOAPPart.java:275) > at org.apache.axis.SOAPPart.getAsString(SOAPPart.java:488) at > org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:379) > at org.apache.axis.Message.getContentType(Message.java:400) at > org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.ja > va:345) > at > org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:127) > > at > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg > y.java:71) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126) at > org.apache.axis.client.AxisClient.invoke(AxisClient.java:182) at > org.apache.axis.client.Call.invokeEngine(Call.java:2113) at > org.apache.axis.client.Call.invoke(Call.java:2102) > at org.apache.axis.client.Call.invoke(Call.java:1851) > at org.apache.axis.client.Call.invoke(Call.java:1777) > at org.apache.axis.client.Call.invoke(Call.java:1315) > > > did any one get this kinda problem > > jay
