0
Answer

Calling WCF from silverlight4

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?