ramykort / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

StreamBody from WSDL via soap #197

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The server returns Stream object via soap:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body>
<DownloadFileResponse xmlns="http://tempuri.org/">
<DownloadFileResult>
    /9j/4AAQSkZJRgABAQEBLAEsAAD/4RDARXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAExAAIA
...<about 40k letters>...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAA=
</DownloadFileResult>
</DownloadFileResponse>
</s:Body></s:Envelope>

Please tell me how i can transform SoapObject or SoapPrimitive or this String 
object to InputStream?

Original issue reported on code.google.com by turchani...@gmail.com on 10 Sep 2014 at 1:14

GoogleCodeExporter commented 8 years ago
The project is migrating to github. If you believe this issue is still valid 
and should be tracked please file a new issue at 
https://github.com/simpligility/ksoap2-android/issues

Original comment by mosa...@gmail.com on 7 Aug 2015 at 5:35