Hi folks,


I want to compile a BPEL process using ant task, that depends on other
process say



Process A depends on Process B.



But in the ant task, it requires the published URL of other BPEL Processes,
I want to generate a BPEL JAR file  and want to deploy it manually on the
Application Server, but as my Process calls another process so I am not sure
how to generate the Jar.



<bpelc [rr="rrfile"] [targetDir="directory"]>

  <wsdl uri="uri" />?

  <bpel url="url" />+

</bpelc>

Reply via email to