ODE is not a framework for developing new ws-services. ODE is a runtime
engine for BPEL-processes.
So you can describe processes (in BPEL) and execute this in ODE.
ODE will call other web-services and handle message data manipulation.
But the activities of the processes will be implemented by other web
services.
I think you are looking for frameworks like Apache CXF
(http://cxf.apache.org/) or Apache Axis2 (http://ws.apache.org/axis2/)
Regards
Matthias
youhaodeyi schrieb:
I am new to ODE. The HelloWorld2 example released with ODE can be deployed
into Tomcat. But there is no java source code in this example. Which class
will implemente the Web Service defined in the WSDL file? Who will do the
real job?
Thanks.