How to Use Local Image with WebService Data
- by Dishant
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.