Results 1 to 1 of 1
Thread: java webServices
- 01-10-2008, 12:09 PM #1
Member
- Join Date
- Jan 2008
- Posts
- 2
- Rep Power
- 0
java webServices
I have requirement of uploading more than one file to WebServices but when when i am uploading a large file which is in MB it is giving out of memory error
while iam using ByteArrayDataSource for sending the file to a method in which a webservice is called Asynchronously
DataHandler file = new DataHandler(new ByteArrayDataSource(
formFile.getInputStream(), formFile.getContentType()));
small are successfully uploaded ,where large files are thrown Exception of no heap memory in jvm
Similar Threads
-
create a Java Client to consume WEBSERVICES XML SOAP
By Felissa in forum Web FrameworksReplies: 2Last Post: 05-16-2008, 06:42 AM -
webservices axis..
By kalpana in forum Advanced JavaReplies: 0Last Post: 01-30-2008, 06:06 PM -
Free WebServices
By javaplus in forum Web FrameworksReplies: 4Last Post: 11-26-2007, 11:00 AM -
To make work DLL from webservices
By Felissa in forum Advanced JavaReplies: 1Last Post: 07-05-2007, 07:07 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks