Creating Property Aliases for IDCorr

You create the following two property aliases for the IDCorr correlation set:

  • Map IDCorr to the LoanAppResponse message type part of the receiveSecond receive activity. This receive activity is associated with the SecondReceive partner link (defined by the SecondFileRead.wsdl file).

  • Map IDCorr to the CustResponse message type part of the receiveThird receive activity. This receive activity is associated with the ThirdReceive partner link (defined by the ThirdFileRead.wsdl file).

To create property aliases for IDCorr:

  1. In the Structure window, right-click Property Aliases.
  2. Select Create Property Alias.
  3. In the Property list, select IDCorr.
  4. Expand and select Message Types > Project WSDL Files > SecondFileRead.wsdl > Message Types > LoanAppResponse_msg > Part - LoanAppResponse.
  5. In the Query field, press Ctrl+Space to define the following XPath expression:
    /ns4:LoanAppResponse/ns4:APR
    
  6. Click OK.
  7. Repeat Step 1 through Step 3 to create a second property alias for IDCorr.
  8. Expand and select Message Types > Project WSDL Files > ThirdFileRead.wsdl > Message Types > CustResponse_msg > Part - CustResponse.
  9. In the Query field, press Ctrl+Space to define the following XPath expression:
    /ns6:CustResponse/ns6:APR
    

    Design is now complete.

  10. Click OK.