Skip to main content
Nintex Community Menu Bar

Java.net.SocketTimeoutException happens on load for Android mobile task list

  • November 17, 2014
  • 0 replies
  • 8 views



 

Symptoms


Java.net.SocketTimeoutException happens on load for Android mobile task list
 

Diagnoses


Java.net.SocketTimeoutException happens on load for Android mobile task list
 

Resolution

Resolved after configuring the following:-
1. Navigate to the K2 Services Web.Config
2. Locate the [binding name="SourceCode.Services.RestBinding HTTPS"]
3. Change the [transport clientCredentialType="Windows"] to [transport clientCredentialType="None"]

This is to allow the credentials to be passed from the Android to be readable from the web services.