WCF -Custom Error

Hi

i am getting continuous this error .

Can any one give me more detail what exactly this error mean .

The adapter failed to transmit message going to send port "PortName" with URL
"Service URL". It will be retransmitted after the retry interval specified for this Send Port.
Details:"System.ServiceModel.CommunicationException: An error (The request was aborted: The request was canceled.)
occurred while transmitting data over the HTTP channel. ---> System.Net.WebException: The request was aborted:
The request was canceled.
   at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)

Regards

Mohit

February 6th, 2015 12:40pm

Hi ,

It can be of two reasons :

1) You are setting some timeout in your Service and service is not responding within that time . That is it is taking much more time than what is being specified as timeout condition .

2) Either your HTTP process get recycled or restarted when you hit the web request.

Thanks

Abhishek 

Free Windows Admin Tool Kit Click here and download it now
February 6th, 2015 1:04pm

Hi ,

It can be of two reasons :

1) You are setting some timeout in your Service and service is not responding within that time . That is it is taking much more time than what is being specified as timeout condition .

2) Either your HTTP process get recycled or restarted when you hit the web request.

Thanks

Abhishek 

February 6th, 2015 1:04pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics