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
I am building a simple HTTP file server. I have an asp.net web application that exposes a WCF service (FileService.svc).
I have configured a simple method in my service that just sends back what you requested : [WebGet(UriTemplate = \"/{fileName}\")]
I am using WCF restful service to upload image to my databse Code: [OperationContract] [WebInvoke(Method = \"POST\", UriTemplate = \"AddDealImage/{id}\")]
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
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.
I have given [WebGet(UriTemplate = \"/{year}/{issue}/{article}\")] Article GetArticle(string year, string issue, string article);
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
I am trying to create a logging service using WCF Rest. It looks something like this: [ServiceContract]
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