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

