Hello All,
I stuck in middle of the problem.
My question contains two problems
1.When tried to send multiple files to android app it shows OutOfMemoryException
2.When i tried to send four or five files it just write data of the first file.(Sending Response as Array of Bean FileData).
Now my main from which I made my web service.
Interface:- MultipleFiles
The Bean:- FileData having two properties viz. FileName & FileData.
Now the main android code through which I call web service getting response which array of bean FileData.
Note:-I am using Apache Axis 1.4 for web service in eclipse ide. WSDL is generated via ide.
Please help me.
Thanks in Advance.