The only way to invoke in BPEL is through WSDL-defined services, so calling another process is done through the <invoke> activity which requires a WSDL definition.
The process engine optimizes process-to-process communication such that messages are delivered directly instead of doing through the transport layer (e.g. HTTP, JMS, ...). alex On Tue, Dec 23, 2008 at 3:55 AM, Denis Weerasiri <[email protected]>wrote: > Hi, > I beleive you are talking about invoking an operation defined in a wsdl. My > problem is whether we can directly call the bpel process (the main activity > eg. sequence,flow...). As you say if I import the generated wsdl where the > imported activity is called? > > Thank You. > Denis. >
