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

Copy Operation Dynamic Endpoint Reference Example

Copy Operation Dynamic Endpoint Reference Example

Select a FROM Type and then complete the Copy operation by making other appropriate selections. Add, edit, copy, delete, and reorganize Copy operations and scripts for the selected Assign activity.
Here is an example of how to specify a copy operation for dynamic assignment of a service. The service name would be supplied as an input to the Assign activity.
Be sure to declare the WS-Addressing namespace when you refer to endpoint references. Process Developer supports several versions of the WS-Addressing specification, as described in
Endpoint References and WS-Addressing Considerations
.
To implement this assignment, type in a valid endpoint reference in the Literal Contents text box. Click the
Dialog (...) Button
below the text box to open a larger edit box, if desired. Copy from a Literal to a Partner Link, as shown:
Example
:
<assign> <copy> <from> <wsa:EndpointReference xmlns:s="http://www.active-endpoints.com/wsdl/bpr-epr" xmlns:wsa= "xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsa:Address>anyURI</wsa:Address> <wsa:ServiceName>tns:Service</wsa:ServiceName> </wsa:EndpointReference> </from> <to partnerLink="mypartnerLink"/> </copy> </assign>

0 COMMENTS

We’d like to hear from you!