Questions tagged [apache-ode]

Apache ODE (Orchestration Director Engine) software executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application.

Apache ODE (Orchestration Director Engine) software executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application.

WS-BPEL (Business Process Execution Language) is an XML-based language defining several constructs to write business processes. It defines a set of basic control structures like conditions or loops as well as elements to invoke web services and receive messages from services. It relies on WSDL to express web services interfaces. Message structures can be manipulated, assigning parts or the whole of them to variables that can in turn be used to send other messages. More about the specification can be found on our BPEL page.

Features:

  • Side-by-side support for both the WS-BPEL 2.0 OASIS standard and the legacy BPEL4WS 1.1 vendor specification.
  • Supports 2 communication layers: one based on Axis2 (Web Services http transport) and another one based on the JBI standard (using ServiceMix).
  • Support for the HTTP WSDL binding, allowing invocation of REST-style web services.
  • Possibility to map process variables externally to a database table of your choice.
  • High level API to the engine that allows you to integrate the core with virtually any communication layer.
  • Hot-deployment of your processes.
  • Compiled approach to BPEL that provides detailed analysis and validation at the command line line or at deployment.
  • Management interface for processes, instances and messages.

Official Website: http://ode.apache.org/

Useful Links:

86 questions
0
votes
1 answer

Is there any HUMAN TASK UI in BPS OR BPEL in WSO2

Hi i am working on WSO2 BPS 3.1.0 with samples given by BPS server. While i am deploying these sample in Eclipse.i am able to see only BPEL Editor and WSDL Editor. But i didn't see any other UI for HUMANTASK in Eclipse or in Wso2. Even i didn't…
0
votes
1 answer

How to access WSO2 ESB 4.8.0 Endpoint in BPS 3.1.0

I am new to WSO2 BPS Server,i written proxy service in Wso2 ESB 4.8.0,How can i access this endpoint into BPS server. How to write the business logic to it. I saw many BPS server examples and they are developing in Eclipse from using Carbon…
Kanchetianeel
  • 189
  • 2
  • 3
  • 15
0
votes
0 answers

Apache ODE deployed in a Jetty with reverse proxy. NoClassDefFoundError: org.apache.xml.serializer.TreeWalker

I have deployed Apache ODE in a Jetty Server with a reverse proxy. If I go to http://public-url/ode/deployment/services/ I can see the WSDL URIs for ProcessManagement, Deployment Service and Instance Management, like…
eskalera
  • 1,072
  • 2
  • 21
  • 36
0
votes
1 answer

Apache ODE - how to start a deployed process

I have created the following BPEL script.
Dušan Rychnovský
  • 11,699
  • 8
  • 41
  • 65
0
votes
0 answers

Apache ODE & Oracle 11

I'm trying to make my apache ode 1.3.5 on tomcat 7 using Oracle 11. I'm facing plenty of errors when trying to access data. Does anyone succeed to make this kind of configuration works ?? Thanks in advance
yodamad
  • 1,452
  • 14
  • 24
0
votes
1 answer

Apache ODE, BPEL, Invoke RESTful API

Apache ODE documentation seems to support this i.e. invoking/orchestrating RESTFul APIs. No examples sources available on their site and even after trying hard on Google couldn't find anything useful. Can someone help me to find a direction? I'm…
ask-dev
  • 606
  • 2
  • 13
  • 30
0
votes
0 answers

Null output message in a message exchange when replying to an onEvent

I have the following simple bpel process: receive order request reply to order request (a correlation set is instantiated - order id) scope with event handlers inside. Currently there is defined a single event (cancel order) to which I send a reply…
Eugen
  • 2,292
  • 3
  • 29
  • 43
0
votes
1 answer

Timeout on asynchronous BPEL process

I want to create a very simple asynchronous echo process. Therefore I created a BPEL process "EchoAsynch" [1] which returns the string it gets. This is the service which will be called by "eventHandler" [1]. In eventHandler I send the input via…
Michael
  • 53
  • 1
  • 6
0
votes
1 answer

How execute BPEL file in intalio?

I want execute a BPEL file using Intalio server, have you an idea how can we upload or set this BPEL file in server, or directly in ODE ? a second question please, i have with this BPEL a wsdl file and i think it's not necessary for upload it with…
h.meknassi
  • 189
  • 8
-1
votes
2 answers

ODE WAR examples wont run UBUNTU 14.04

I am trying to install and understand ODE. I set up Tomcat7 no problem I set up ODE WAR distribution I copied the examples folder as per instructions. Then I ran it, and it failed. Then I RTM some more and saw The sendsoap executable can be found in…
Michael
  • 587
  • 3
  • 14
-1
votes
1 answer

Need Orchestration and BPEL looks good, but can you completely avoid webservices?

I need orchestration and Apache ODE looks good. However, we need to avoid webservices (soap ) completely. We don't want to deal with that technology as as all our services are "rest" based. Is this possible if we use Apache ODE? A BPEL workflow…
yalis
  • 1,508
  • 1
  • 16
  • 24
1 2 3 4 5
6