Hi, As far as I'm concerned, ODE does not provide an API which allows you to build WS-BPEL processes. You can try Eclipse BPEL Designer and take a look at its source code.
When it comes to deploying orchestrations, ODE provides a WS and utility classes for working with it. The WS URL is: http://localhost:8181/ode/processes/DeploymentService?wsdl (change 8181 to your port). The utilities are in: <dependency> <groupId>org.apache.ode</groupId> <artifactId>ode-utils</artifactId> <version>${ode-utils.version}</version> <scope>provided</scope> </dependency> Hope this helps. cheers, Łukasz On 6 July 2011 07:29, sanj88 <[email protected]> wrote: > > Hi, > > I am new to SOA. I have just started to have a look at the ODE. > Is it possible to create and deploy the web service orchestration > programmatically using java on ODE? > Could you please provide me the documentation if there is a way of doing it? > > > Thank you very much. > -- > View this message in context: > http://old.nabble.com/How-to-write-a-BPEL-and-Deploy-on-ODE-programmatically--tp32002401p32002401.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
