1. Solution StructureAdd Reference to project Contract and Service 2.Code(1)Contracts.ICalculatorusing System.ServiceModel; namespace Leon.WcfServices.Contracts { [ServiceContract(Name = "CalculatorService", Namespace = "http://www.leon.com")] public interface ICalculator { [Oper Read More
posted @ 2012-04-11 03:39 Jian, Li Views(251) Comments(0) Diggs(0)