Here\'s the problemo:
My Silverlight application is calling a HTTP web service, using WebClient, called getCampaigns which returns a JSON array of data for Campaign obje
There is no cache of web service calls. You probably have a problem in your refresh method.