In this post I will show you, how to create a WCF Service with both flavor of SOAP and REST paradigm . For purpose of this post , I am going to create a Calculator Service with following characteristics Serivice will have both SOAP and REST enabled REST Service will have JOSN Message format InContinueContinue reading “How to enable REST and SOAP both on the same WCF Service”
Tag Archives: JOSN
WCF REST Service with JSON Data
In this post I will show you working with WCF REST Service with JSON type of Data. I will discuss both POST and GET operation on data type JSON . Creating Service I have written much post on creating basic WCF REST Service. Please refer them if required. WebGet Method Let us create a GetContinueContinue reading “WCF REST Service with JSON Data”