Top "Wcf-rest" questions

A REST service built with WCF

how to send custom object to WCF REST Service in browser based url

i have a serializable entity class of employee public class Emp { public int Id{get; set;} public string Name{get;…

c# wcf wcf-rest
How can I return bare result back to WCF client

I have code something like the following: <OperationContract()> <Description("")> <WebGet(Bodystyle:=WebMessageBodyStyle.Bare, UriTemplate:="TestConnection")&…

wcf wcf-rest
WCF: Changing ClientCredentials produces "Manual addressing is enabled on this factory, so all messages sent must be pre-addressed."

can anyone help, i am trying to call a rest service via the channel factory but sending along my credentials... …

wcf wcf-security wcf-rest
WCF 4.0 REST username password authentication

I have been struggling with username/password authentication/authorization in a WCF 4.0 RESTfull service using the ASP.Net membership/role …

wcf wcf-security restful-authentication wcf-rest
RESTful WCF wrapping json response with method name

I am pretty new to RESTful WCF services so bear with me. I am trying to build a simple RESTful …

wcf json wcf-rest
Difference between WebOperationContext.current and HttpContext.Current

I develop web and mobile applications for my customers. In my current architecture, many resources are shared between the web …

c# asp.net wcf-rest
JSON.NET Serializer for WCF REST Services

I am trying to use the NETFx Json.NET MediaTypeFormatter nuget package to swap out the default DataContractJsonSerializer in my …

json.net nuget wcf-rest wcf-web-api nuget-package
Intermittent Connection Reset by Peer errors in Android connecting to .NET REST endpoint

I'm getting intermittent errors from devices connecting to my IIS REST service via SSL. My app works just fine, but …

java android wcf-rest
Create a WCF Proxy for a Rest Web Service

I have a complex WCF Rest service which take multiple inputs and objects. I cannot simply call it by doing …

.net wcf rest wcf-rest