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
I\'m working on my first WCF service, which will support several Ajax calls. I have an endpoint configured this way:
I have lis开发者_开发知识库t of records in xml format from my local host \"http:localhost:810/Service1.svc/leb/GetAllCustomers\"
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
I am trying to communicate with an Apache service from a WCF client I have set up the client like 开发者_如何学运维this:
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\'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
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
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
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.