Skip to content

Commit 7aec02c

Browse files
Update README.md
1 parent 0fd60c1 commit 7aec02c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Convert WCF Service to RESTFUL Service
22

33

4-
To convert WCF to RESTFUL service, an operation contract needs to be decorated with “WebInvoke (or) WebGet” to define the Request and Response format as mentioned below.
4+
To convert WCF to RESTFUL service, an operation contract needs to be decorated with “WebInvoke (or) WebGet” to define the Request and Response format.
55

6-
7-
8-
# [WebInvoke(Method = "GET", UriTemplate = "GetUserList/{genCount}", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
9-
10-
116

127
This WebInvoke attribute resides inside the “System.ServiceModel.Web” namespace is used to define the below parameters at the end point to convert it to RESTFUL Service.
138

0 commit comments

Comments
 (0)