Top "Wcf-rest" questions

A REST service built with WCF

CORS Support within WCF REST Services

I have a WCF REST service hosted within a Windows service and I would like to send the Access-Control-Allow-Origin HTTP …

c# .net wcf wcf-rest cors
How to make user login from only one device at a time

I have a RestAPI which when hit authenticate the user. This api is exposed to android and ios developers they …

android asp.net iphone c#-4.0 wcf-rest
WCF REST Service not visible in WCFTestClient

I have successfully configured 3 endpoints for my prototype service. The endpoints are basicHttpBinding, wsHttpBinding, and webHttpBinding. The only glitch I …

wcf wcf-rest webhttpbinding wcftestclient
Get Client IP address using WCF 4.5 RemoteEndpointMessageProperty in load balancing situation

I have hosted WCF 4.5 Restful service in IIS and I am trying to use RemoteEndpointMessageProperty to get the IP address …

c# asp.net wcf load-balancing wcf-rest
Could not load type 'System.ServiceModel.Activation.HttpHandler' Version conflict with WCF REST

I've run into a problem with WCF REST Service. I get: Could not load type 'System.ServiceModel.Activation.HttpHandler' from …

asp.net wcf wcf-rest
Uploading an image using WCF RESTFul service full working example

As part of a pretty large application I need to provide a REST Service that uploads an image. Since the …

wcf file-upload wcf-rest image-uploading
Sending Post request to RESTful WCF with json

I have tried every combination to send a request to send a POST request to RESTful WCF from jQuery. Can …

jquery iphone asp.net wcf wcf-rest
Reading HttpRequest Body in REST WCF

I got a REST WCF Service running in .net 4 and I've tested the web service it is working and accepting …

json web-services .net-4.0 httprequest wcf-rest
How can I send a DataContract object as parameter for a WCF RESTFUL webservice?

I am developing a WCF resful service which will be basically consumed from some mobile applications. Over the POST I …

json wcf rest wcf-rest
WCF and JSON binding

I am trying to create a wcf service that returns json. I have some problems with my config file and …

json wcf wcf-binding wcf-rest