SOAP API - retryProcessInstances

The table summarizes the SOAP API - retryProcessInstances.

Request Uses the qualifiedProcessName element (from the ProcessManagement schema)
Parameter notes moduleName, processName, and version can be obtained from queryHaltedProcessInstances .
Response Returns an itemCount element (from the ProcessManagement schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">

   <soapenv:Header/>

   <soapenv:Body>

      <proc:qualifiedProcessName>

         <proc:moduleName>/call_db/Process Packages/call_db.xpdl</proc:moduleName>

         <proc:processName>call_dbProcess</proc:processName>

         <proc:version>1.0.0.201208091456</proc:version>

      </proc:qualifiedProcessName>

   </soapenv:Body>

</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

   <SOAP-ENV:Header/>

   <SOAP-ENV:Body>

      <proc:itemCount xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">4</proc:itemCount>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>