SOAP API - isSetMigrationRule

The table summarizes the SOAP API - isSetMigrationRule.

Request Uses the qualifiedTaskName element (from the ProcessManagement schema)
Parameter notes
Response Returns a isSet 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:qualifiedTaskName>
         <proc:moduleName>/HelpDesk/Process Packages/HelpDesk.xpdl</proc:moduleName>
         <proc:processName>InternalHelpDesk</proc:processName>
         <proc:version>1.0.0.201105061158</proc:version>
         <proc:taskName>EnterIssue</proc:taskName>
      </proc:qualifiedTaskName>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <proc:isSet xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">true</proc:isSet>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>