TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rajneesh Rai
NA
557
132.3k
Significance of WebGetAttribute over WebInvokeAttribute
Apr 18 2014 5:25 AM
I am trying my hand on RESTful WCF service. to make a method callable using REST, we decorate the method with WebGet/WebInvoke attribute along with operation contract.
WebGet is similar to WebInvoke in all manner except Method parameter. According to my understanding when we use WebGet, http GET method is used. while using WebInvoke, we have liberty to use any http methods(GET,PUT,POST,DELETE). If we can fulfill all our needs through WebInvoke, then why WebGet is there ? please satisfy my curiosity. Thanks.
Reply
Answers (
1
)
Basic authentication error on iis
code for simple wcf Program in .net