Questions tagged as 'wcf'

0
answers

The service does not respond after a while in WCF + EntityFramwork

I have the following service: [OperationContract] [WebGet(UriTemplate = "Banks", BodyStyle = WebMessageBodyStyle.WrappedRequest, ResponseFormat = WebMessageFormat.Json)] List<BankModel> GetBanks(); public List<BankModel> GetBank...
asked by 10.01.2017 / 22:06
1
answer

wcf service HttpClient encode url with quotes

I need to send a parameter that includes the "[" character to a WCF service. Although I first encode the parameter, when I look at the detail of the url, the character encoding "[" has disappeared. Any idea what it can be? string parameter = S...
asked by 29.10.2016 / 13:47
1
answer

.NET VS- [WebException: The operation has timed out]

I am developing a program in C # with Web Forms that consume methods of a WCF service. The following error is coming to me:    Exception "The operation has timed out".       Description: An unhandled exception occurred during the ex...
asked by 17.10.2016 / 00:30