ProcessImportWebServiceError
Jump to navigation
Jump to search
The following error message may be displayed when importing processes:
Process imported, new id: 17 Critical: Ws call with name 'Xxxxxxxxx' not found (for wscall step)
This is caused by a bug in previous versions of SSP. It occurs when you select step type web service and then cancel the step. The bug caused the pre-selected webservice to be remained in memory and each next step that is saved, will get this webservice definition saved. In order to remove the definition, run the following query:
UPDATE [ProcessStep] SET WsCallId = NULL WHERE TypeId <> 21 AND MessagesFunctionId <> 6 AND WsCallId IS NOT NULL