IT技术及科技前沿

中文IT博客,为IT专业技术人员提供最全面的信息传播和服务

首页 新随笔 订阅 管理

Prerequisite
Install the bpel-101-HelloWorld from https://soasamples.samplecode.oracle.com/ into your running Oracle SOA Suite 11g. This is our example SOA composite, which will be triggered by our Scheduler.
This scheduler will also work with BPMN processes, if they are exposed as service within their SCA composite.
Implementing SOAScheduler in JDeveloper
In this section, we will create a simple a web service proxy component, a scheduler job class that is called by the SOAScheduler and a java class SOASchedulerServlet that initiate the quartz scheduler.
Creating the Web Service Proxy Component
At first we need the WSDL of the example SOA composite. This can be found at the Oracle Enterprise Manager. You will find the Oracle Enterprise Manager at http://server:port/em, e.g. http://localhost:7001/em. Log in with the administration user, e.g. “weblogic”. On the farm overview page click on the newly deployed SOA example composite “bpel-101-HelloWorld”

 

See More: http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soascheduler-186798.pdf

 

posted on 2010-11-27 22:24  孟和2012  阅读(168)  评论(0)    收藏  举报