2

I need some Sample of "BPEL Asynchronous Web Service"?

enrique-carbonell
  • 5,836
  • 3
  • 30
  • 44

2 Answers2

3

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:

Aleš
  • 8,896
  • 8
  • 62
  • 107
Denis Weerasiri
  • 1,120
  • 1
  • 8
  • 16
0

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.

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.

Good luck!

Jesper Vernooij
  • 173
  • 1
  • 15