Hi -
I have a SOAP w/ attachments test that works fine except that while it's running through the request/response it generates the following error:



java.io.IOException: Resource has been deleted.
at org.apache.axis.attachments.ManagedMemoryDataSource$Instream.<init>(Mana gedMemoryDataSource.java:521)
at org.apache.axis.attachments.ManagedMemoryDataSource.getInputStream(Manag edMemoryDataSource.java:182)
at javax.activation.DataHandler.writeTo(DataHandler.java:297)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1147)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:668)
at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:232)
at com.sun.mail.handlers.multipart_mixed.writeTo(multipart_mixed.java:67)
at javax.activation.ObjectDataContentHandler.writeTo(DataHandler.java:849)
at javax.activation.DataHandler.writeTo(DataHandler.java:305)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1147)
at javax.mail.internet.MimeMessage.writeTo(MimeMessage.java:1600)
at org.apache.axis.attachments.MimeUtils.writeToMultiPartStream(MimeUtils.j ava:202)
at org.apache.axis.attachments.AttachmentsImpl.writeContentToStream(Attachm entsImpl.java:461)
at org.apache.axis.Message.writeTo(Message.java:529)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java: 479)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:88)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j ava:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:147)
at org.apache.axis.client.Call.invokeEngine(Call.java:2737)
at org.apache.axis.client.Call.invoke(Call.java:2720)
at org.apache.axis.client.Call.invoke(Call.java:1834)
at org.apache.axis.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java: 90)
at SOAPWithAttachmentsClient.sendSoapMessage(SOAPWithAttachmentsClient.java :68)


The response from the Web Service is being returned correctly so the data is getting sent correctly but I can't figure out what this message means.

Thanks
Mike



Reply via email to