webhttpbinding
Can WCF REST (WebHttpBinding) honor PROGRAMMATIC outputcache policies?
I know all开发者_JAVA百科 about the AspNetCacheProfileAttribute. But is there any way to hook into the cache programmatically? I\'ve tried using Response.Cache in global.asax which seems to set the co[详细]
2023-03-10 22:16 分类:问答WCF - how to set "enableWebScript" dynamically?
I\'m working on my first WCF service, which will support several Ajax calls. I have an endpoint configured this way:[详细]
2023-03-09 08:05 分类:问答calling xml to Android
I have lis开发者_开发知识库t of records in xml format from my local host \"http:localhost:810/Service1.svc/leb/GetAllCustomers\"[详细]
2023-03-07 00:46 分类:问答WebHttpBinding in .NET 4.0?
I\'m unable to instantiate the WebHttpBinding class when referencing the System.ServiceModel and System.ServiceModel.Web libraries for .NET 4.0.I can instantiate the class when referencing the 3.5 lib[详细]
2023-02-26 09:40 分类:问答WCF webHttpBinding post to apache service
I am trying to communicate with an Apache service from a WCF client I have set up the client like 开发者_如何学运维this:[详细]
2023-02-23 05:18 分类:问答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 分类:问答Hosting REST WCF 3.5 on IIS 6 with webHTTPBinding gives 400 "Bad Request" and Login Failure error 1380 in IIS log
I\'m learning WCF and have the following code working in my dev environment using visual studio 2008 and its web server. When I publish the web service to IIS 6, all requests result in 400 \"Bad Reque[详细]
2023-02-10 17:53 分类:问答parameters in service route
Working on a WCF webhttp project and had a question on parameters in route composition. I have two services - Project service (that allows an user to add and view projects) and an Item service that[详细]
2023-02-06 20:35 分类:问答Does WCFStorm support calling WCF services that have JSON enabled?
We have WCF services with JSON enabled and are having issues using WCFStorm calling those services.If we turn JSON off, then we do not receive the errors.The error that we receive is below.We have fou[详细]
2023-02-06 04:31 分类:问答What should we take care of when passing json to a WCF webHTTP service?
I\'m running into a lot of troubles trying to do a post request from my jQuery code passing a JSON object to my webservice method.[详细]
2023-01-18 12:52 分类:问答
加载中,请稍侯......