Calling WCF from silverlight4

Jun 12 2010 9:49 AM
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?