Hi Maruko,

perhaps another annoteted example might help you:
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Deploy Element with XML Namespace Imports of the used Processes -->
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"; xmlns:Context4BPELScenarioProcess="http://localhost:8080/ode/processes/Context4BPELScenarioProcess";>
<!--Name of the process that shall be deployed -->
<process name="Context4BPELScenarioProcess:Context4BPELScenarioProcess">
<!--Flag if persistance is required or not -->
 <in-memory>true</in-memory>
     <process-events generate="all" />
   <!-- Deployment Info for the used WSDL Partner Links -->
       <provide partnerLink="client">
<!-- assignment of the partner link to the corresponding WSDL Service and its port --> <service name="Context4BPELScenarioProcess:Context4BPELScenarioService"
               port="Context4BPELScenarioPort" />
         </provide>
     </process>
</deploy>


Greets Chris
----- Original Message ----- From: "Maruko" <[email protected]>
To: <[email protected]>
Sent: Monday, June 29, 2009 10:53 AM
Subject: How to write deploy.xml



Hi all,
i have to develop an application that deploy a BPEL Procees, but i don't
know how :(, i've seen the examples ( the folder Examples in ODE ) , but
really i don't understand
Anyone can tell me how to write a deploy.xml for ODE

Thank you in advance
--
View this message in context: http://www.nabble.com/How-to-write-deploy.xml-tp24250535p24250535.html Sent from the Apache Ode User mailing list archive at Nabble.com.

Reply via email to