I am working WCF web service. I have created WCF service library. I have a stored procedure with three parameters. I want to use this stored procedure with an operation contract. I want to return a collection of DataContract or dataset ( whatever is better) from this operation contract. How can I use stored procedure with WCF service operation contract?Regards,Asif Hameed