Top "Webinvoke" questions

WebInvoke - Indicates a service operation is logically an invoke operation and that it can be called by the REST programming model

c# API "Unexpected character encountered while parsing value: S. Path '', line 0, position 0"

I use multiple API coded in c# that works well. I want to use one receiving an anonymous object (I …

c# api parsing anonymous webinvoke
WCF REST Webinvoke not found

Following is the code i am using in my test app: using System; using System.Collections.Generic; using System.Linq; …

.net wcf rest .net-4.0 webinvoke
How pass multiple body parameters in wcf rest using webinvoke method(Post or PUT)

I have written a REST Service in WCF in which I have created a method(PUT) to update a user. …

wcf parameter-passing webinvoke
Can't find [WebInvoke] and [WebGet]

I can't find [WebInvoke] and [WebGet]. I have already add System.ServiceModel reference. what is the problem? I use .NET …

wcf webget webinvoke
Passing XML string in the body of WCF REST service using WebInvoke

I'm a newbie to WCF, REST etc. I'm trying to write a service and a client. I want to pass …

xml wcf rest post webinvoke
Get client IP address for WCF, post operation

I am trying to determine the client's IP address following this link: http://www.danrigsby.com/blog/index.php/2008/05/21/get-the-clients-address-in-wcf/ …

wcf client ip-address webinvoke