ActiveVOS Designer User’s Guide
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 Bunit test:
The following example shows the BUnit 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>
Copyright (c) 2004-2008 Active Endpoints, Inc.