public void checkWSIFToolInvocation() throws Exception {
// create the process
ProcessDefinitionDirectory pdd
= workflowService().processDefinitionDirectory();
// dynamic invoke WSIF with WSDL definition as DOM tree.
ProcessMgr pmgr = pdd.processMgr("st-testWSIF", "testWSIF1");
WfProcess process = pmgr.createProcess(defaultRequester());
process.start();
checkResult(process);
// dynamic invoke WSIF with WSDL definition retrieved from URL.
ProcessMgr pmgr2 = pdd.processMgr("st-testWSIF", "testWSIF2");