18
Thu, Apr
5 New Articles

Introduction to Business Process Execution Language (BPEL)

Web Languages
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Business Process Execution Language (BPEL) was developed as part of a cooperative initiative by IBM, BEA, and Microsoft. This XML-based language is basically a combination of IBM's Web Services Flow Language (WSFL) and Microsoft's XLang. The resulting language is also known as BPEL for Web Services, or BPEL4WS.

BPEL4WS is a means by which to link Web services together into a single business process. The BPEL process contains a series of steps called "activities." The table below contains a list of primitive activities supported by BPEL4WS. These primitive activities allow the BPEL process to communicate with other partner services.

Primitive Activities
Activity
Description
Invokes an operation on a Web service
Waits to receive a request for an operation to be invoked by an external requester
Replies to an I/O operation
Copies data
No operation performed
Terminates the service instance
Throws an error condition
Waits for a specified amount of time


The basic roles of the BPEL process are to invoke services using the activity and to receive and reply to invocation requests from clients using the and activities. The activity assigns a value to a variable. The activity is equivalent to a "no-op" statement. The activity ends an instance of the BPEL process. The activity generates a fault condition within the BPEL process. The activity is used to insert a delay, either in intervals or until a specified time, within the process.

In addition to these primitive activities, BPEL4WS also supports a set of structure activities that, when combined with the primitive activities, allow for the creation of more complex processes. A list of the structure activities is shown in the table below.

Structure Activities
Activity
Description
Defines activities to be performed concurrently
Executes an alternate path
Defines a sequence of steps
Allows for branching control
Defines a loop


These activities give more detailed control over the BPEL process flow as an IF or CASE statement might in traditional programming languages. The activity defines one or more activities to be performed concurrently. This can be used, for example, to invoke two Web services at once. The activity waits for either an acceptable message to be received or a specified timeout to occur and performs a specific series of activities based on which of the two occurs. The activity defines a series of other activities to be performed in sequential order. The activity acts similarly to a SELECT/CASE statement sequence in traditional programming languages. It is used to select a single set of activities to perform from a group of possible conditions. Again similar to statements found in other programming languages, the activity allows a user to define a loop to be continually performed while the specified condition evaluates to "true."

Swing Your Partner

Services and clients that interact with BPEL processes are referred to as "partners." Partners can include services that are invoked by the process, services that invoke the process, and services that invoke the process and are invoked by the process. This means that a client service may invoke a BPEL process and, as a result, may be invoked itself by that process. By the same token, a BPEL process may invoke a service that in turn invokes the BPEL process. For example, a given BPEL process may invoke a service that at some later point will invoke the BPEL process to return the required data. It's important to note that the service invoked may be a Web service internal to your organization or a service hosted by an external partner (a vendor or customer, for example). Figure 1 shows an example of a simple supply chain-based BPEL process.

http://www.mcpressonline.com/articles/images/2002/BPELArticleV4--06210600.jpg
Figure 1: Here's an example of a simple supply chain BPEL process. (Click image to enlarge.)

In this example, a customer order Web service initiates the BPEL supply chain process. This process forwards the order information to the company's internal inventory/warehouse service. This service determines stock availability and sends back either a shipment confirmation message or an out-of-stock message. If the item ordered is out of stock, the BPEL process forwards the order to an external vendor's Web service. When the vendor ships the order to the customer, the vendor's Web service in turn sends a shipment confirmation back to the BPEL process. Once the order has been shipped, the BPEL process forwards the confirmation message back to the customer order system's Web service. This simple example helps to illustrate the interaction of multiple Web services into a single business process.

Software Resources

Many tools are available to help you to build BPEL processes. IBM's BPEL tool offering is Business Process Execution Language for Web Services Java Run Time (BPWS4J). BPWS4J uses a SOAP interface to make the BPEL4WS document available as a Web service. In addition, BPWS4J includes a plug-in to give you the ability to edit BPEL4WS files inside of Eclipse. BPWS4J is compatible with the Apache and Tomcat Web servers. Microsoft includes support for BPEL processes within its BizTalk Server product. Microsoft also has support for designing and implementing BPEL documents within its Visio tool and Visual Studio.Net, both of which can be used to design a business process and output a BPEL document. The resulting BPEL document is then executed within the BizTalk Server. Active Endpoints, Inc. (AEI) offers an open-source BPEL solution called ActiveBPEL engine. ActiveBPEL engine offers full support for BPEL4WS 1.1 specifications. This open-source product is incorporated in several other commercial products offered by AEI. This helps ensure commitment to the development of the open-source product. Oracle has a BPEL solution called Oracle BPEL Process Manager. Like the others, this product offers full support for BPEL 1.1, as well as an easy-to-use visual designer.

Improving Supply Chain Management with BPEL

By extending XML Web services in this manor, supply chain management is greatly improved by the ability to automate the physical business processes that are already occurring. The standards-based approach of BPEL eliminates the use of proprietary languages to build your business process, and the number of heavy hitters in the software industry offering BPEL solutions only helps to emphasize the role that this technology is poised to take.

Mike Faust is a Business Analyst for Invivo Corporation in Orlando, Florida. Mike is also the author of the books The iSeries and AS/400 Programmer's Guide to Cool Things and Active Server Pages Primer and SQL Built-in Functions and Stored Procedures. You can contact Mike at This email address is being protected from spambots. You need JavaScript enabled to view it..

Mike Faust

Mike Faust is a senior consultant/analyst for Retail Technologies Corporation in Orlando, Florida. Mike is also the author of the books Active Server Pages Primer, The iSeries and AS/400 Programmer's Guide to Cool Things, JavaScript for the Business Developer, and SQL Built-in Functions and Stored Procedures. You can contact Mike at This email address is being protected from spambots. You need JavaScript enabled to view it..


MC Press books written by Mike Faust available now on the MC Press Bookstore.

Active Server Pages Primer Active Server Pages Primer
Learn how to make the most of ASP while creating a fully functional ASP "shopping cart" application.
List Price $79.00

Now On Sale

JavaScript for the Business Developer JavaScript for the Business Developer
Learn how JavaScript can help you create dynamic business applications with Web browser interfaces.
List Price $44.95

Now On Sale

SQL Built-in Functions and Stored Procedures SQL Built-in Functions and Stored Procedures
Unleash the full power of SQL with these highly useful tools.
List Price $49.95

Now On Sale

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: