Hi Dago, You can use Deployment Web Service to remotely deploy ODE processes.
Ode has some utils that help you construct valid SOAP requests. But it's hard to work with and adds a huge number of Maven dependencies. I used JAX-WS for this and even created a simple component which allows me to query, deploy and undeploy remote processes. This simple component is part of my qualitas project. Hosted on github/googlecode of course: https://github.com/lukasz-budnik/qualitas/tree/master/qualitas-engines-ode-deployment. If you have any troubles running take a look at: http://code.google.com/p/qualitas/wiki/AboutQualitas?tm=6. cheers, Łukasz On 9 October 2012 06:32, Dago Pacheco <[email protected]> wrote: > Hi. > I've developed a BPEL process whith Eclipse + ODE everything running on > localhost, but now I want to deploy it on a remote machine runnig Tomcat + > ODE. I noticed that in ODE's web admin page there is a "Deployment" with a > form to upload a process deployment file which must be a zip one, but what > must this file content be?. Is there other way to deploy onto an remote > server? > > Thanks
