Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
SOA "Cron" Functionaility

Hello,
I am working on JDeveloper 11.1.1.7. I have a requirement that i was given a Restful web service URL. And I need create a SOA composite/Java Project? to call that Rest web service at every 5 mins. I just need to ping the service and i don't have to send any request to it except sending 3 custom headers like below. Please let me if we can achieve this or not ?
X_AUTH_EXPIRE:
X_AUTH_KEY:
X_AUTH_SIGNATURE:
Apologies if i posted this in wrong group.
Answers
-
Hi,
I don't think you need to use Java. You can do it by plain BPEL perfectly. Years ago I created a scheduler in BPEL in SOASuite 10g: Darwin-IT: How to create a BPEL Job Scheduler .
This should work in 11g as well. The only difference in 11g would be that you should add the wsdl in the MDS and differentiate in the ui wsdl location and the binding location in the composite.
Regards,
Martien