wcf-rest
changing the parameter value in IparameterInspector WCF RESTful
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[详细]
2023-02-15 09:17 分类:问答WCF/RESTful DataContract deserialization issue
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[详细]
2023-02-12 01:09 分类:问答Exposing meta data for a WCF 4.0 Rest Template Service
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.[详细]
2023-02-11 23:49 分类:问答WCF Restful Client throwing "The remote server returned an unexpected response: (405) Method Not Allowed."
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[详细]
2023-02-08 13:15 分类:问答Covariance implementaion in WCF rest service
Can covariance concept be implemented in WCF rest service, i.e, i have class A and B inherits from It.[详细]
2023-02-07 21:12 分类:问答WCF REST: Return JSON or XML for access by multiple clients?
Can anyone tell me what the preferred method for the content type is? i.e. what is best to return JSON or XML?[详细]
2023-02-06 11:24 分类:问答WCF REST : (C# 4.0 template) Securing with windows authentication and hosting in a windows service?
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[详细]
2023-02-06 07:22 分类:问答WCF Service Application Timer
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[详细]
2023-02-03 07:53 分类:问答Could not load type 'System.ServiceModel.Activation.HttpHandler' Version conflict with WCF REST
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=[详细]
2023-02-03 03:10 分类:问答WCF restful returning JSON by using Entity Framework Complex
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[详细]
2023-01-28 06:13 分类:问答