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

Tips on Providing Partner Link Data

Tips on Providing Partner Link Data

Some processes require the configuration of partner link data as part of the test. Partner links can be specified along with
wsa:EndpointReference
information for their partnerRole or service names for their myRole. This is only necessary if the process makes use of some data within a partner link during some calculation.
To add partner link data to a B-unit test:
  1. In Outline view, select the Partner Links node, and select a partner link.
  2. In the Properties view, select the All tab, and select the Simulation category.
  3. Select the appropriate partner link, My Role, or Partner Role.
  4. Select the Dialog button at the end of the row to open the
    Partner Link Data
    dialog.
  5. Type in an Endpoint Reference definition.
  6. Simulate the process and save the simulation as a B-unit test.
The following example shows the B-unit element that is added to your test.
<!-- Controls deployment of partner links to the test engine. --> <abu:partnerLinks> <abu:partnerLink xmlns:ns="http://docs.active- endpoints.com/sample /bpel/loanprocess/2008/02/loanProcessCompleted.bpel" name="LoanApproval" processName="ns:loanProcessCompleted"> <abu:partnerRole endpointReference="static"> <wsa:EndpointReference xmlns:s="http://docs.active-endpoints.com/ sample/wsdl/riskAssessment/2008/ 02/riskAssessment.wsdl" xmlns:wsa="http://www.w3.org/2005 /08/addressing"> <wsa:Address>urn:x-vos:loancompany: RiskAssessmentServiceNEW </wsa:Address> <wsa:ServiceName PortName="RiskAssessmentServicePort"> s:RiskAssessmentServiceNEW </wsa:ServiceName> </wsa:EndpointReference> </abu:partnerRole> </abu:partnerLink> </abu:partnerLinks>

0 COMMENTS

We’d like to hear from you!