Tuesday, 27 August 2013

ios how to display image from webservice(SOAP)

ios how to display image from webservice(SOAP)

I send a request to the webservice and the webservice send back a response
to me. But the response seems to use MTOM/XOP so when i parse the received
nsdata into nsstring , it seems like this : {
uuid:6ed13bbd-dd6e-49e1-bd99-3006b0f8b4d6 Content-Type:
application/xop+xml; charset=UTF-8; type="text/xml";
Content-Transfer-Encoding: binary Content-ID: >
">">" href="cid:05e576ce-09e6-4cd3-9a2e-607560749c8b-64@cxf.apache.org>"/>
--uuid:6ed13bbd-dd6e-49e1-bd99-3006b0f8b4d6 Content-Type: image/jpeg
Content-Transfer-Encoding: binary
Content-ID: <05e576ce-09e6-4cd3-9a2e-607560749c8b-64@cxf.apache.org>>
image binary data here (it seems like messy word) } so how could I display
the image from this response? Thanks

No comments:

Post a Comment