hi
i created a web service and a client application for it
web service receive a file
web service method parameter is an object who have a
string and a file (DataHandler)
string ainsi qu'un fichier (DataHandler)
that work fine for a little file like 1 meg..... bug around 3, 4 meg.... that crash
tomcat return
web Cliet application return
in the config tomcat setting i have
set CATALINA_OPTS="-Xms1024m -Xmx1024m"
object web service receive: XmlDepot
Deposer class
web client application
i use metro 2.0 and tomcat 7 (get same result with tomcat 6)
why that don't work with bigger file ( over 3 meg...) ?
thank