I am trying to change the value of the parameter in IParameterInspector while doing the validation. The parameters that are string, works fine. But I need int as parameters. and if the parameter is no
I am trying to implement a restful service in WCF, but am having issues in that the service is unable to deserialize the xml being passed to it. It is tryin开发者_开发技巧g to map the root element to
Probably missing something very basic. I created a WCF 4.0 Rest Service. It works no problems when I\'m hitting the url from a 开发者_如何学运维browser and I\'m getting back what I want.
I am a newbie at WCF. I created a WCF restful service in VS2010 (WCF service appl). It was targeted for Framework 4.0. I hosted this service on local IIS with appl pool set for framework 4.0. When I c
Can covariance concept be implemented in WCF rest service, i.e, i have class A and B inherits from It.
Can anyone tell me what the preferred method for the content type is? i.e. what is best to return JSON or XML?
I am trying to find out how to secure my web services with Windows Authentication (Active Directory). I am using the \"NEW\" templates provided for c# 4.0 (vs 2010) and currently have this but i need
I have a WCF Service Application project with a REST service which has it\'s开发者_开发问答 InstanceContextMode set to Single. It contains a timer which I want to use to regularly go through and check
I\'ve run into a pro开发者_开发问答blem with WCF REST Service. I get: Could not load type \'System.ServiceModel.Activation.HttpHandler\' from assembly \'System.ServiceModel, Version=3.0.0.0, Culture=
recently I have set up a WCF restful service with EF4. It all worked out when returning XML format response. however when it comes to JSON, I got 504 Error. unable to return json data, WCF Resful Serv