Re: File Attachment Trouble

2001-11-29 Thread Hideki Kohno
I found a memory lead bug. I RE-Use Call object.(I changed parameters and method name). So, byte[] were remained in memory. > Hello. > > I have File Attachment Troube. > I made a SOAP Client and SOAP Servre(TOMCAT) using Apache-SOAP. > To upload many file to SOAP Server, it create DataSouce man

File Attachment Trouble

2001-11-28 Thread Hideki Kohno
Hello. I have File Attachment Troube. I made a SOAP Client and SOAP Servre(TOMCAT) using Apache-SOAP. To upload many file to SOAP Server, it create DataSouce many times After 10 times looped, I got "Out of Memory". Please teach me how to release memory(ByteArray or Byte). Following is a part