How to Use Local Image with WebService Data

Posted by Dishant on Stack Overflow See other posts from Stack Overflow or by Dishant
Published on 2011-07-01T07:27:51Z Indexed on 2011/07/01 8:22 UTC
Read the original article Hit count: 207

Filed under:
|
|
|
|

I am Using SOAP WS for getting the Data. I got the four Parameters in Response - Topic_Name, Topic_Id, Topic_ImagePath and Topic_Details. Now I have All the Images of Topic Locally with the same name as i got from the web service for Particular Topic_ID.

My question is I want to use Local image instead using the Topic_ImagePath 's Image but the data Must Come From the Web Service.

I dont want to use if ..else condition because I have more than 1000 Topics, any one can explain how I get the Path of Local Image and Display it with the Data Comes From the Web Service..

Thanx in Advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode