Creating Property Aliases for NameCorr

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

  • Map NameCorr to the LoanAppl message type part of the receiveFirst receive activity. This receive activity is associated with the FirstReceive partner link (defined by the FirstReceive.wsdl file).

  • Map NameCorr to the incoming 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).

To create property aliases for NameCorr:

  1. In the Structure window of Oracle JDeveloper, right-click Property Aliases.
  2. Select Create Property Alias.
  3. From the Property list, select NameCorr.
  4. Expand and select Message Types > Partner Link > FirstReceive > FirstReceive.wsdl > Message Types > LoanAppl_msg > Part - LoanAppl.
  5. In the Query field, press Ctrl+Space to define the following XPath expression:
    /ns2:LoanAppl/ns2:Name
    
  6. Click OK.
  7. Repeat Step 1 through Step 3 to create a second property alias for NameCorr.
  8. Expand and select Message Types > Project WSDL Files > SecondFileRead.wsdl > Message Types > LoanAppResponse_msg > Part - LoanAppResponse.
  9. In the Query field, press Ctrl+Space to define the following XPath expression:
    /ns4:LoanAppResponse/ns4:APR
    
  10. Click OK.