View Source

The creation of new maven bpel project is realized in 3 steps:
# run sdk application
# set the qname of new Bpel project (by default, the sdk application generates HelloworldProcess bpel project)
# click on *"create project"* button

{center}
!sdk-create.png|align=center,border=1!
*_create project_*
{center}

# once this step is successfull, you can import project in eclipse IDE (click on File->import->General->Existing Project into workspace) to modify the bpel process if necessary or start the compilation by clicking on *"compile project"* button

{center}
!sdk-compile.png|align=center,border=1!
*_create project_*
{center}

# once the compilation is successfull, you can run project. Click on *"run project"* button to do that.

{center}
!sdk-run.png|align=center,border=1!
*_create project_*
{center}