I am trying to send binary data with SOAP. I used the example from samples/attachments to send the binary data as SOAP attachments. Everything works fine the only problem is that at the server side the attachments are stored in the file system. At the client side I am using a subclass of ManagedMemoryDataSource with a very big memory cache size so the attachments are always in memory at the client side, but it does not impact the settings of ManagedMemoryDataSource at the server side. Any attachment larger than 1KB is stored in the file system. Is there a way to send attachments with SOAP without having Axis to create files?
__________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com
