Skip to main content

I tried both call webservice in Nintex Workflow or program call the webservice directly .

There is no problem for the GetRunningWorkflowTasksForListItem(query). But we always have 500 Internal Server Error for ProcessFlexiTaskResponse(update).

I have tried two Account: My Account(cn-xucry) and Service Account Sharepoint.

Another Account BPM_Service report “403 unauthorized error”.

Hey Crystal,

500 Internal Server Error can have endless reasons, can you maybe check the ULS and/or Event Logs for additional error information?

I have received this error before if my SOAP body had some error (for example used a wrong data type as parameter).

Cheers

Philipp


what's the task action that created the task? do you use proper ProcessFlexiTaskResponse# operation?

make sure you provided valid inputs - task ID, outcome, task list name


The issue is solved. It's because the outcome parameter should be "Approve" not "Approved"


Reply