The following request reached the server and the server returned the response back to client.
response = ServiceInterfaceClient.OperationName(request);
But the client side always throws this problem.
"One or more errors occurred. (The read operation failed, see inner exception.)System.IO.IOException: The read operation failed, see inner exception.\r\n ---> System.Net.Http.WinHttpException (0x80004004): Operation aborted\r\n --- End of inner exception stack trace ---\r\n at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)\r\n at System.ServiceModel.Channels.Service
User contributions licensed under CC BY-SA 3.0