Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle SOA BPEL Process Manager 11gR1 - A Hands-on Tutorial

You're reading from   Oracle SOA BPEL Process Manager 11gR1 - A Hands-on Tutorial Your step-by-step, hands-on guide to Oracle SOA BPEL PM 11gR1

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849688987
Length 330 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (20) Chapters Close

Oracle SOA BPEL Process Manager 11gR1 – A Hands-on Tutorial
Credits
About the Authors
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
1. Creating Basic BPEL Processes 2. Configuring BPEL Processes FREE CHAPTER 3. Invoking a BPEL Process 4. Orchestrating BPEL Services 5. Test and Troubleshoot SOA Composites 6. Architect and Design Services Using BPEL 7. Performance Tuning – Systems Running BPEL Processes 8. Integrating the BPEL Process Manager with Service Bus, Registry, and SOA Deployment 9. Securing a BPEL Process 10. Architecting High Availability for Business Services 11. The Future of Process Modeling 12. Troubleshooting Techniques Index

BPEL variables


Similar to Java, BPEL Variables are used to contain temporary data. A variable can either contain an XSD value or a WSDL message.

Oracle BPEL Process Manager has the following types of variables:

  • XML schema type (Type)

  • WSDL message type (Message Type)

  • XML schema element (Element)

Message Type variables are used to hold data in interactions between the process and its partner services.

The BPEL variable holds the message data between a BPEL client, external services, and local data used by the BPEL process. The sample code for declaring a variable in BPEL is given as follows:

<variables>
  <variable   name="hello_world" 
              messageType="Type" />
</variables>

Each variable can be declared as a messageType or an element. As shown in the following screenshot, select an activity and click on (x) to edit the output and input variables.

Double-click on the input, output, or OnMessage variable to enter the details of the variable:

One kind of variable type can...

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