Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

How a BPEL Process is Instantiated

How a BPEL Process is Instantiated

A BPEL process is invoked just like a Web service. The process service is deployed with a URL of
http://[machinename:port]/active-bpel/services/[service name]
, where
[service name]
is the value of the service attribute of the my role element in the process deployment descriptor file.
The process is also deployed with a URL of
http://[machinename:port]/active-bpel/services/soap12/[service name]
so that clients sending a request to a process can do so with a SOAP 1.2 binding. The default binding is SOAP 1.1.

0 COMMENTS

We’d like to hear from you!