Ref : C:\ode\bpel-test\src\test\java\org\apache\ode\test\BPELTest.java
server.getDeploymentService().deploy(new File(deployDir));
returns Collection of QName
For HelloWorld2 sample
It returns
[{http://ode/bpel/unit-test}HelloWorld2]
--here HelloWorld2 is the Process name present in .bpel and deploy.xml file
Is there any way that when I give the above QName to deploymentservice or
any service, can i get the Process (ie HelloWorld2) ?
( Like a handle to a deployed process from Qname ..)
Can any one plz do shed some info on this..
Thanx in advance..
Sam...Tam..