- See Installing Eclipse BPEL designer part in http://www-inf.int-evry.fr/cours/WebServices/TP_BPEL/installation.html
- https://www.youtube.com/watch?v=aVMu2bkRmig
- See Installing Apache ODE part in http://www-inf.int-evry.fr/cours/WebServices/TP_BPEL/installation.html
- See Setting up the ODE server on Eclipse part in http://www-inf.int-evry.fr/cours/WebServices/TP_BPEL/installation.html
-
Visit Apache ODE: http://localhost:8080/ode/#/
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:q0="http://wei.localhost" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<q0:BpelProcessRequest>
<q0:input>Hello...</q0:input>
</q0:BpelProcessRequest>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<BpelProcessResponse xmlns="http://wei.localhost" xmlns:tns="http://wei.localhost" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:result>Hello...</tns:result>
</BpelProcessResponse>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wei="http://wei.localhost">
<soapenv:Header/>
<soapenv:Body>
<wei:BpelProcessRequest>
<wei:input>Hello2...</wei:input>
</wei:BpelProcessRequest>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<BpelProcessResponse xmlns="http://wei.localhost" xmlns:tns="http://wei.localhost" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:result>Hello2...</tns:result>
</BpelProcessResponse>
</soapenv:Body>
</soapenv:Envelope>