StreamBody from WSDL via soap
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
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
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
- Changed state: AwaitingContribution