You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 10 Sep 2014 at 1:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Sep 2014 at 1:14The text was updated successfully, but these errors were encountered: