Java Technologies for Web Services - How can i send a big file as pararameter of any method in a

Hello,

i have a problem,,,,, i want to send a file of 2mb as parameter of a web service method.

When i send this file as a vector of bytes i have the error out of memory...

If the file is 200kb or smaller works fine....

How can i send a big file as pararameter of any method in a Web Service?

thanks in advance and excuse me for my bad english

[381 byte] By [ijimeneza] at [2007-11-26 23:11:45]
# 1
you can think about streams.in our case, what we did is, we will place a file in a common ftp server and return the url to the client.regards,mukunt
mkunasek123a at 2007-7-10 14:09:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...