Hi all, I am trying to deploy a BPEL process with ODE in ServiceMix. To do that I have a ODE service unit with the BPEL process and a HTTP service unit that exposes the BPEL service through HTTP-SOAP.
My question is: Do I have to provide an abstract BPEL in the ODE Service Unit and a concrete BPEL in the HTTP service unit as in the ode example (PingPong HelloWorld2). Or I can just put a concrete WSDL of the BPEL process in the ODE Service Unit and then map this directly in the HTTP service unit (like the wsdl-first example from Servicemix)? Thank you, Luca