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

Using the PDD Editor Source View

Using the PDD Editor Source View

The Process Deployment Descriptor editor validates the
.pdd
file against a schema. If the editor detects errors, it generates errors in the Error Log when you save the file.
You may wish to edit the file in the Source tab, which is a text editor, for convenience. For example, you can specify actual endpoint locations for each Web service, or you type in a URN.
To add static endpoint references:
  1. For each partner link, do the following:
    • Replace
      FILL_IN_NAMESPACE
      with the target namespace from the WSDL file where the partner link type is defined.
    • Replace
      FILL_IN_ADDRESS_URI
      with the URI of the service as specified in the
      <service>
      section of the WSDL file for the service. Alternately, you can specify a URN, as described in Specifying a Replaceable URN/URL for an Endpoint Reference.
    • Replace
      FILL_IN_PORT_NAME
      with the service port name as specified in the
      <service>
      section of the WSDL file for the service.
    • Replace
      FILL_IN_SERVICE_NAME
      with the service name as specified in the
      <service>
      section of the WSDL file for the service.
  2. Save the file.
Tips for using the PDD Editor Source tab:
  • Be sure to check the Error Log for a list of errors and warnings.
  • You can display line numbers in the editor, if desired. Right-mouse click in the Source view to select
    Preferences
    . Enable Show line numbers and other Text Editor preferences as desired.

0 COMMENTS

We’d like to hear from you!