Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Business Process Execution Language for Web Services 2nd Edition

You're reading from   Business Process Execution Language for Web Services 2nd Edition

Arrow left icon
Product type Paperback
Published in Jan 2006
Publisher Packt
ISBN-13 9781904811817
Length 372 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Business Process Execution Language for Web Services
Credits
About the Authors
About the Reviewers
Preface
1. Introduction to BPEL and SOA FREE CHAPTER 2. Web Services Technology Stack 3. Service Composition with BPEL 4. Advanced BPEL 5. Oracle BPEL Process Manager and BPEL Designer: Overview 6. Oracle BPEL Process Manager: Advanced Features 7. MS BizTalk Server BPEL Syntax Reference Index

Advanced BPEL Functions using BizTalk


Listen Shape (<pick>, <onMessage>, <onAlarm>)

A Listen shape is used when you have to receive a message before proceeding further and also need to specify a timeout period until which BizTalk waits for the message. The Listen shape can have any number of branches each starting with a Receive shape or a Delay shape. Note that you can have all branches starting with a Receive shape in which case there is no timeout period. Alternatively you can have only one branch starting with a Delay shape and the rest must start with a Receive shape. The Listen shape is equivalent to the <pick>, <onMessage>, and <onAlarm> activities of BPEL.

Scope Shape (<scope>)

A Scope shape in BizTalk is used to do the following:

  • Transaction handling

  • Synchronized access to shared data

  • Exception handling

A Scope shape has a Boolean Synchronized property, which indicates to BizTalk that all read and write operations on shared data from within the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image