SOAP API - getStarterOperationInfo

The table summarizes the SOAP API - getStarterOperationInfo.

Request Uses the starterOperation element (from the ProcessManagement schema)
Parameter notes
Response Returns a operationInfo 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:starterOperation>
         <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:operation>StartEvent</proc:operation>
      </proc:starterOperation>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <operationInfo xmlns="http://www.tibco.com/bx/2009/management/processManagerType">
         <operationName>StartEvent</operationName>
         <parameters>
            <templateAttribute>
               <name>CustomerID</name>
               <type>java.lang.String</type>
            </templateAttribute>
         </parameters>
      </operationInfo>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>