Silverlight 4.0 question - synchronous calls to asmx web service
- by Anvar
Hi,
I have Silverlight problem.
I have to deal with fairly large legacy application that has some web services exposed (regular asmx, not wcf). What I need to do is to build Silverlight app that consumes those web services. Due to business logic I need to have the same web method to be called from Silverlight app synchronously. I was able to…