Hi,

There is a class (Books) in the client side which has the following properties Name,Author,DateofPurchase,price.

Observable collection of the books is passed from the client to a Webservice. Please can someone point me to a direction of creating a webservice to handle the observable collection.

Thanks!