SOAP API - createProcessInstance

The table summarizes the SOAP API - createProcessInstance.

Request Uses the createProcessInstanceInput element (from the ProcessManagement schema)
Parameter notes
Response Returns a processID 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:createProcessInstanceInput>

         <proc:processQName>

            <proc:moduleName>/AccountCheck/Process Packages/ProcessPackage.xpdl</proc:moduleName>

            <proc:processName>AccountCheck</proc:processName>

            <proc:version>1.0.0.201107121120</proc:version>

         </proc:processQName>

         <proc:operationName>StartEvent</proc:operationName>

         <proc:parameterMap>

            <!--Zero or more repetitions:-->

            <proc:parameter>

               <proc:name>CustomerID</proc:name>

               <proc:value>992251</proc:value>

            </proc:parameter>

         </proc:parameterMap>

      </proc:createProcessInstanceInput>

   </soapenv:Body>

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

   <SOAP-ENV:Header/>

   <SOAP-ENV:Body>

      <proc:processID xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">pvm:0a1213</proc:processID>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>