Time for action – initializing a dynamic partner link
Carry out the following steps:
- Create a new local variable named
partnerlink_reference
. The schema of this variable is an element calledservice-ref
, which is defined in Service Reference Schema for WS-BPEL 2.0 (http://docs.oasis-open.org/wsbpel/2.0/serviceref). This element is used as an envelope to wrap the endpoint reference of a partner link. Here, we use WS-Addressing schema (http://schemas.xmlsoap.org/ws/2004/08/addressing) to represent an endpoint reference, as shown in the following screenshot:Note
In the sample repository, these schema files (
ws_addressing.xsd
andws-bpel_serviceref.xsd ...
Get WS-BPEL 2.0 Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.