0
Answer

Calling WCF from silverlight4

punam laddha

punam laddha

14y
2.7k
1
I write wcf having function which take enum as parameter and enum is returntype.
I have to call wcf from silverlight. the parameter I have pass is depends on selection of combobox items.
How to call WCF?