Open GoogleCodeExporter opened 9 years ago
Try with the latest 3.0.0 version .. there were some enhancements regarding
large response bodies including saving to a file since 2.5.8
Original comment by mosa...@gmail.com
on 18 Jun 2013 at 3:09
Hi
Can you please tell me , from where i can download version 3.0.0 jar.
Thanks in advance.
*Regards*
*
*
*Pawan Shukla*
*InnovationM Mobile Technologies*
Original comment by pawan.sh...@innovationm.com
on 18 Jun 2013 at 3:30
https://code.google.com/p/ksoap2-android/wiki/HowToUse?tm=2
Original comment by mosa...@gmail.com
on 19 Jun 2013 at 10:18
Hi as u suggest and provide me the link i also tried with the latest version
ksoap2-android-assembly-3.0.0-jar-with-dependencies.jar
but still getting the same error
I used this link to get the raw jar file
https://code.google.com/p/ksoap2-android/source/browse/m2-repo/com/google/code/k
soap2-android/ksoap2-android-assembly/3.0.0/ksoap2-android-assembly-3.0.0-jar-wi
th-dependencies.jar
any other advice. I am stuck how to get the 15Mb in SOAP response by KSoap
library
Thanks in Advance
Original comment by pawan.sh...@innovationm.com
on 20 Jun 2013 at 9:16
Adding my two cents here. File content can be embedded in Soap response (XML)
in Soap Envelope (in content area of HTTP Response) but that might cause
problem of OOM as XML is first taken into memory and then parsed.
We need to have file sent as attachment (Content-Type: Multipart/Related)
separate from the Soap Envelope. See this link:
http://www.w3.org/TR/SOAP-attachments
We need to explore ksoap2 library if they are able to handle such a response
where attachment can be read as it is streamed.
Original comment by man...@innovationm.com
on 22 Jun 2013 at 8:06
Original issue reported on code.google.com by
pawan.sh...@innovationm.com
on 18 Jun 2013 at 10:32