• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Getting Onle One File when getting reponse through ksoap2 web service.

 
Greenhorn
Posts: 21
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic