In WCF service I am using webhttpbinding tag with following configurations
<binding writeEncoding="UTF-8"
name="AXServiceBinding"
maxReceivedMessageSize="2147483647"
sendTimeout="infinite"
receiveTimeout="infinite"
openTimeout="infinite"
closeTimeout="infinite"
maxBufferSize="2147483647"/>
It performs the expected operation but in log I am getting the following exception:
Error occurred during processing: The specified network name is no longer available. This often indicates that the HTTP client has prematurely closed the underlying TCP connection. System.ServiceModel.CommunicationException: The specified network name is no longer available. This often indicates that the HTTP client has prematurely closed the underlying TCP connection. ---> System.Net.HttpListenerException: The specified network name is no longer available.