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

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!