This example demonstrates how to populate RadListBox from WCF Web Service. You
        need to point to an existing web service and method:
    
    
<telerik:RadListBox runat="server" ID="RadListBox1" Height="200px" Width="150px">
	<WebServiceSettings Path=ListBoxWcfService.svc" Method="LoadData" />
</telerik:RadListBox>