I'm trying to send large attachments to my service based on the example found at http://viewcvs.globus.org/viewcvs.cgi/axis/java/samples/swa/ the service works great for small attachments but when trying to add large attachments I get java.lang.OutOfMemoryError exception.
when using call.addAttachmentPart() and DIME I can send attachments of any size. (Attachments can be > then amount of memory in my machine) What is the best way to describe in my wsdl that the service accepts DIME attachments, I'd really like to stay away from using DataHandler in the wsdl. Thanks
