Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am a bit new to developing WCF services and am running into two issues when invoking a WCF web service from an Android app.

1. Intermittent Connection Refused Error (HttpHostConnectException) - This happens if I attempt to connect to the web service after a few minutes of inactivity.

2. Connection reset by peer - This occurs when one specific web service method has to process a lot of records. This same method works fine for smaller results sets. I suspect this may have to do with the ASP.NET process worker and I have been experimenting with different timeout intervals in IIS but the problem persists.

Any help with the above is greatly appreciated.

Setup:
- IIS7.5 running on a Windows Server 8 machine with a single process worker
- Enabled IIS Authentication Modes: Anonymous, Windows
- Android v 2.3.3 referencing JCIFS library for NTLM authentication
- Calling a RESTful WCF Web Service using HTTP POST
- WCF Session State Mode="Off", CookieLess = "UseDeviceProfile", regenerateExpiredSessionId="true"

Thanks,

J.D.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900