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.
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
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.
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:
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
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
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
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
I need create WCF REST service for uploading large files. I made endpoint as streamed webHttpBinding, but it have not became streamed.
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