Any Sample for BPEL Asynchronous Web Service?
I need some 开发者_开发问答Sample of "BPEL Asynchronous Web Service"?
We have an asynchronous BPEL invocation sample in our WSO2 BPS - BPEL-2.0 sample repository. This sample consist of two BPEL processes which invoke each other asynchronously. There's a README.txt included for more information.
See:
- Documentation
- Sample location
The Oracle documentation websites for soa suite 11g and 12c are quite extensive for those willing to read. If you like to do a tutorial from the basics and up you can use their suggested code to get started. It's a little bit trickier when it comes to applying their documentation to existing BPEL projects, but its still a good source for many basic questions and examples regarding SOA.
- https://docs.oracle.com/cd/E12483_01/integrate.1013/b28981/async.htm
Also, a quick google search will lead you to some expert guides written by bloggers. Some of these are a bit more beginner friendly than the oracle documentation, but mostly lack details pertaining to your own project.
- http://javaoraclesoa.blogspot.com/2016/02/asynchronous-interaction-in-oracle-bpel.html
Good luck!
精彩评论