A REST service built with WCF
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 wcftestclientI 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-restI've run into a problem with WCF REST Service. I get: Could not load type 'System.ServiceModel.Activation.HttpHandler' from …
asp.net wcf wcf-restAs 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-uploadingI 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-restI 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