Adding mail.jar to the classpath will fix the problem. Thanks
On Tue, 22 Feb 2005, Christopher Johnson wrote: > All - > > when trying to connect to my service I get an axis fault the following.. > > I did find a website that provides a solution for the problem but I'm > having a hard time understanding the google translation any help would be > great ( > http://translate.google.com/translate?hl=en&sl=ja&u=http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php%3Ftopic%3D14525%26forum%3D9%262&prev=/search%3Fq%3DfaultString:%2Bjava.io.IOException:%2BNo%2Bsupport%2Bfor%2Battachments%26hl%3Den%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official > ) > > Thanks > > ---- > > Exception in thread "main" AxisFault > faultCode: > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: java.io.IOException: No support for attachments > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}stackTrace: java.io.IOException: No > support for attachments > at > org.apache.axis.encoding.ser.JAFDataHandlerSerializer.serialize(JAFDataHandlerSerializer.java:102) > at > org.apache.axis.encoding.SerializationContextImpl.serializeActual(SerializationContextImpl.java:1255) > at > org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:795) > at > org.apache.axis.encoding.SerializationContextImpl.outputMultiRefs(SerializationContextImpl.java:866) > at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:179) > at > org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:509) > at > org.apache.axis.message.MessageElement.output(MessageElement.java:783) > at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:270) > at org.apache.axis.SOAPPart.getAsString(SOAPPart.java:483) > at org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:375) > at org.apache.axis.Message.getContentType(Message.java:399) > at > org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:341) > at > org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:122) > at > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180) > at org.apache.axis.client.Call.invokeEngine(Call.java:2564) > at org.apache.axis.client.Call.invoke(Call.java:2553) > at org.apache.axis.client.Call.invoke(Call.java:2248) > at org.apache.axis.client.Call.invoke(Call.java:2171) > at org.apache.axis.client.Call.invoke(Call.java:1691) > at XXX.XXXBindingStub.ingest(XXXBindingStub.java:161) > at Tester.main(Tester.java:52) >
