Hi there, I have a SL application which speaks to a wcf service. What I'm trying to do is -- I need to find lat/long of about 20 addresses and pin them on the map. All the dirty of work sending requests to arcgis should be done in the wcf side. The only thing SL side does is it calls the wcf function and gets data back, and in turn pins them on the map.
So can someone please please please post a sample link, or an example? It's important that WCF side carries out all the request and processing . And it is also very important that 20 addresses are sent from silverlight side as an input parameter to the wcf function.
I looked at Interactive samples of SL version, but the tutorial does everything in the SL side. And I'm not being able carry out separation of concern here.
Thanks!