Hello,
Our application tries to get attachment from Web Services server by calling
to Stub.getAttachments() method, which returns array of zero size.
After deeper investigation , we have noticed that attachments bigger then 16K are
written to user's temp directory.
When tmp becomes full, Stub.getAttachments() returns attachment of zero size.
It means that ManagedMemoryDataSource class does not clean tmp directory , as it should do.
We don't want to write to tmp directory at all. How can we do that ?
Thank you in advance,
Anna
