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

Using Project References

Using Project References

As you create a project, you can keep common WSDL and schema files in another workspace project. Using this technique allows you to maintain and deploy commonly used WSDLs separately. It allows for the best reuse of common resources.
Many resources can be shared between multiple processes. The most efficient practice is to separate them out and place them in one or more resource-only projects. These can then be deployed independently as their own contributions. The process projects can declare dependencies on these resource projects, and are deployed after the resource-only projects they depend on.
You can define another project as a dependency for your current project using Project References.
  1. Before beginning a new BPEL process, create a new orchestration project to store common WSDL and schema.
  2. In the Project Explorer, right-mouse click on the project name of a project that will contain BPEL files, and select
    Properties
    .
  3. Select
    Project References
    .
  4. Select a project from the list that contains resources you want to reference. The example shows a project named "Common WSDLs":
  5. When you create a new participant, the WSDLs are available, and are displayed in a Project References folder. For details, see
    Using the Participants View
    .
See also
Deploying Project Dependencies and Viewing Excluded Dependencies
.

0 COMMENTS

We’d like to hear from you!