Hi all, I am new here, asking for help.
I read the "How to design a workflow that cycles through all items within a list and starts a child workflow" and create a partent site workflow as below.
The purpose of the workflow is to pick up items in list based on the conditions(I have set them in the "query list" and tested) and call for child workflow on the list to send emails to the item creators.
Below is the code of call web services in partent site workflow:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="http://nintex.com">
<soap:Header>
</soap:Header>
<soap:Body>
<m:StartWorkflowOnListItem>
<m:itemId>{WorkflowVariable:ListItemID}</m:itemId>
<m:listName>OPS Internal Event</m:listName>
<m:workflowName>Reminder for Open Cases</m:workflowName>
<m:associationData>
</m:associationData>
</m:StartWorkflowOnListItem>
</soap:Body>
</soap:Envelope>
Child workflow is only a sending email function then pause for 5 minutes.
I manual run the site workflow, but I cannot receive the email, then I find the errors status as below, please help to advise me what the problem is, and how to solve it. Thanks a lot.
The error message is:
Failed to invoke web service. Error returned from server: <soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soap:Server</faultcode><faultstring>Server was unable to process request. ---> Cannot find list.
Parameter name: li