Was trying to update an action to create a SharePoint item and got this error message:
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
---Stack Trace---
Server trace:
System.Web.Services.Protocols.SoapException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Laserfiche.Workflow.Activities.SharePoint.Server.Lists.GetListCollection()
at Laserfiche.Workflow.Activities.SharePoint.Operations.Factory.CreateDownload(ItemData data)
at Laserfiche.Workflow.Connection.AbstractCommunicationFactory.CreateDownload(ItemData transferData)
at Laserfiche.Workflow.Runtime.WcfSubsystem.StartItemDownload(ItemData transferData)
at Laserfiche.Workflow.Runtime.WcfSubsystem.TransferDataFromServer(ItemData data)
Client trace
at Laserfiche.Workflow.Internal.WorkflowServerClient.TransferDataFromServer(ItemData itemData)
at Laserfiche.Workflow.WorkflowServerClientExtensions.<GetEachItemInternal>d__8`1.MoveNext()
at Laserfiche.Workflow.Objects.SharePoint.SharePointServer.GetSharePointLists()
at Laserfiche.Workflow.Activities.SharePoint.UI.SharePointListItemSelectionDialog.set_Server(SharePointServer value)
at Laserfiche.Workflow.Activities.SharePoint.UI.CreateSharePointListItemEditControl.ShowEditor()
***