Table of Contents

Search

  1. Preface
  2. Welcome to Informatica Process Developer
  3. Using Guide Developer for the First Time
  4. Getting Started with Informatica Process Developer
  5. About Interfaces Service References and Local WSDL
  6. Planning Your BPEL Process
  7. Participants
  8. Implementing a BPMN Task or Event in BPEL
  9. Implementing a BPMN Gateway or Control Flow
  10. Using Variables
  11. Attachments
  12. Using Links
  13. Data Manipulation
  14. Compensation
  15. Correlation
  16. What is Correlation
  17. What is a Correlation Set
  18. Creating Message Properties and Property Aliases
  19. Adding a Correlation Set
  20. Deleting a Correlation Set
  21. Adding Correlations to an Activity
  22. Rules for Declaring and Using Correlation Sets
  23. Correlation Sets and Engine-Managed Correlation
  24. Event Handling
  25. Fault Handling
  26. Simulating and Debugging
  27. Deploying Your Processes
  28. BPEL Unit Testing
  29. Creating POJO and XQuery Custom Functions
  30. Custom Service Interactions
  31. Process Exception Management
  32. Creating Reports for Process Server and Central
  33. Business Event Processing
  34. Process Central Forms and Configuration
  35. Building a Process with a System Service
  36. Human Tasks
  37. BPEL Faults and Reports

Designer

Designer

Importing an Existing BPEL Process

Importing an Existing BPEL Process

If you have created a BPEL process outside of Process Developer, you can import the BPEL and related files into our orchestration project. If your BPEL process in already in an Eclipse project, see
Adding or Removing a Project Orchestration Nature
.
Here how you do this:
  1. Select
    File > New > Orchestration Project
    , and click
    Next
    .
  2. Type in a project name, and click
    Finish
    .
  3. If you have XSD files, select the schema folder, and right-mouse click to select
    Import
    .
  4. Select
    General > File System
    .
  5. Browse to the directory where your XSD files reside. Import your XSD files into the schema folder.
  6. Import your WSDL into the
    wsdl
    folder, or alternately use Service References, as described in
    Importing a Service Reference
    .
  7. Import your BPEL files into the
    bpel
    folder.
  8. Double-click the BPEL file to open it in the Process Editor.
    The file opens in the mode associated with the BPEL version: WS-BPEL 2.0 or BPEL4WS 1.1. It is opened in the modeling style, either BPMN, BPEL, or Process Developer classic, associated with the style sheet it was created with.
    For details on saving your file with a different style sheet, see
    BPMN-Centric and BPEL-Centric Edit Styles
    .
  9. Use the Problems view to correct any validation errors that occurred.
If you import your BPEL process before you add the referenced WSDL and schemas, Process Developer reports validation errors until it locates a namespace for your process.
If your WS-BPEL 2.0 process contains elements and attributes that are extensions to the WS-BPEL 2.0 specification, they are automatically declared. See
Declaring Extension Elements and Attributes
for details.

0 COMMENTS

We’d like to hear from you!