wcf-rest
Implementing REST in WCF
I have a exist开发者_如何学JAVAing WCF in .NET which is consumed through wsdl and proxy classes. Soon, there will be multiple consumers and the load on the WCF will be pretty high. I was asked to deve[详细]
2023-02-28 23:40 分类:问答Serving clientaccesspolicy.xml through WCF Rest service, while hosting on IIS
I am building a simple HTTP file server. I have an asp.net web application that exposes a WCF service (FileService.svc).[详细]
2023-02-28 23:09 分类:问答WCF and WebGet - Error when requesting files with extension
I have configured a simple method in my service that just sends back what you requested : [WebGet(UriTemplate = \"/{fileName}\")][详细]
2023-02-28 22:02 分类:问答upload image to Database by using WCF Restful service
I am using WCF restful service to upload image to my databse Code: [OperationContract] [WebInvoke(Method = \"POST\", UriTemplate = \"AddDealImage/{id}\")][详细]
2023-02-28 01:40 分类:问答Is this considered RESTful?
I am writing a simple web page for our existing web site that will only be used by the web site admin to delete all images from a certain directory on the server. He would browse to this page from his[详细]
2023-02-27 20:36 分类:问答DataContractJsonSerializer DateTime implicit timezone conversion
I have a date time in the database and I retrieve it from the d开发者_运维百科atabase using Entity Framework, I then pass out the data via JSON API through the DataContractJsonSerializer.[详细]
2023-02-26 12:56 分类:问答WCF Service Call during post
I have given [WebGet(UriTemplate = \"/{year}/{issue}/{article}\")] Article GetArticle(string year, string issue, string article);[详细]
2023-02-23 14:10 分类:问答Passing a cookie to a wcf service
I have a bunch of wcf webhttp (rest) services that expect an auth cookie. Question is - How do I pass the formsauth ticket to the wcf service? Flowing authentication works for get requests through the[详细]
2023-02-22 02:50 分类:问答WCF REST Going over Max URL Length causes error
I am trying to create a logging service using WCF Rest. It looks something like this: [ServiceContract][详细]
2023-02-21 01:07 分类:问答WCF Error:101 Page is not available
I have this problem on WCF Rest service. When the data gets bigger like more than 1.2MB it开发者_运维知识库 will give me a \"Error:101 This webpage is not available\" in chrome. In firefox its \"The c[详细]
2023-02-20 08:39 分类:问答