We have SharePoint 2010 browser-enabled form, and inside the form we use Nintex Workflows 2010 workflow.asmx web-service. We use this web-service to get flexi task outcomes inside Infopath browser-enabled form and to process flexi task responses. And everything seems to work correctly, the form is opened in proper way, but anyway at ULS logs the following error is generated:
(https://i.seeu.edu.mk/_vti_bin/nintexworkflow/workflow.asmx): Nintex.Workflow.NWException: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at Microsoft.SharePoint.Utilities.SPUtilityInternal.SendResponse(HttpContext context, Int32 code, String strBody)
at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(HttpContext context)
at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(Exception ex)
at Microsoft.SharePoint.Library.SPRequest.GetContainingList(String bstrUrl, String bstrFileUrl, Boolean bFile, Boolean bIsDocLib)
at Microsoft.SharePoint.SPWeb.GetItem(String strUrl, Boolean bFile, Boolean cacheRowsetAndId, Boolean bDatesInUtc, String[] fields)
at Microsoft.SharePoint.SPFile.get_Item()
at NintexWorkflowWS.GetListItemFromUrl(String fileUrl, Boolean& mustDispose)
at NintexWorkflowWS.GetRunningWorkflowTasksForCurrentUser(String fileUrl) (Build:2210)