webhttpbinding
WCF SSL Rest based web service with basic authetication
I have a simple WCF REST based service deployed (development ofcourse) using SSL. I am trying to make it work with basic authentication but quite frankly am getting nowhere with it.[详细]
2023-04-10 09:43 分类:问答WCF REST Service not visible in WCFTestClient
I have successfully configured 3 endpoints for my prototype service. The endpoints are basicHttpBinding, wsHttpBinding, and webHttpBinding. The only glitch I have at the moment is in the WCFTestClient[详细]
2023-04-05 20:11 分类:问答WCF service returns incorrect Content-Length when using gzip encoding
I have a web page containing a filtering text box and a list box. Modifications to the text box trigger an AJAX request, which returns an array of values with which to populate the list box.[详细]
2023-04-03 23:47 分类:问答Azure Service Bus webHttpRelayBinding using WCF REST Template causes unnecessary aspNetCompatibilityEnabled error
I am using Azure Service Bus webHttpRelayBinding using WCF REST Template but it causes unnecessary aspNetCompatibilityEnabled error even though my service-class is correctly decorated:[详细]
2023-04-03 09:30 分类:问答Timer inside a WCF Singleton hosted in a Windows Service (over webHttpBinding) dies unexpectedly
I have a WCF service hosted in a Windows Service (running under Local System). I am running a System.Timer inside it. The Operation o1, that initializes the Timer, is declared over a http endpoint ove[详细]
2023-03-27 20:03 分类:问答WCF unable to find netTcpBinding
I am trying to create a WCF service that is accessible through both webHttpBinding and netTcpBinding. I have been successful in getting the webHttpBinding to be accessible through a Java client and no[详细]
2023-03-25 22:54 分类:问答Absolute fastest way to transmit tabular data out of SQL over HTTP using WebHttpBinding
What would be the fastest way to transmit SQL tabular data over HTTP using WCF endpoints? Right now I am querying Entity Framework with ESQL and then serializing the DataTable result into a byte[] an[详细]
2023-03-20 02:05 分类:问答Best way to return JSON to JScript using json.net
I\'m returning a JSON using WCF and webHttpBinding so that it can be used JQuery for some grids. Today, I\'m querying the database, and getting a DataTable back and, using Linq, I fill a List<DTO&g[详细]
2023-03-18 05:52 分类:问答Streamed webHttpBinding is not streamed
I need create WCF REST service for uploading large files. I made endpoint as streamed webHttpBinding, but it have not became streamed.[详细]
2023-03-13 22:07 分类:问答WCF ProtocolException : Bad Request 400 (related to http message size)
I am trying to pass a base64 encoded string over WCF using WebHttpBinding. I get the cryptic error \'Bad Request 400\' that the server is not responding. I know its related to the size of the string[详细]
2023-03-11 19:33 分类:问答