Currently I’m using BaciHttpBinding and WsHttpBindin for same Service. Before introduce the BasicHttpBing, My Client Windows app consuming the WsHttpBindin, so i didn\'t mention the endpoint name. Af
I have a WsHttpBinding request-reply service method that processes a transaction against a middle-tier service (which connects to the database) and returns a response message to the client with a tran
I am getting confused as to which type of of WCF service I should create. The options that Visual Studio gives me are
I need to implement a long lasting TCP duplex connection for event notification. Client register for events and server informs about this events to all subscribers.
I\'m trying to use binary message encoding in a WCF service, following the many examples on this site.
Background: I am getting a Internal Server 500 24 50 error after deploying an application that has compiled without errors on my local machine. The server that the application is deployed on has a ton
I have a WCF service (MyWCFService) with base address http://localhost:8732/Design_Time_Addresses/MyWCFService/Service1/
In my project, a wcf restful service, which allow users to upload photos to the web service. After changing config settings to allow large file upload. (add binding configuration, i.e. \"TransferMode
I have a RESTful service which I\'m trying to enable to accept a PDF file. I\'m using a stream to transport it, but I keep running into mysterious errors in the process.
I have var sendThisString = JSON.stringify({ \'value\': jsObj }); and I have WCF [OperationContract] [WebInvoke(Method = \"POST\",