To create routing rules for an updateID operation:

Perform the following tasks to create routing rules for an updateID operation:

  1. In the Routing Rules section, click the Create a new Routing Rule icon.

    The Target Type dialog is displayed.

  2. Select Service.

    The Target Services dialog is displayed.

  3. Navigate to XrefCustApp > Mediators > Common, Services > Common.

  4. Select updateid and click OK.

  5. Click the Filter icon.

    The Expression Builder dialog is displayed.

  6. In the Expression field, enter the following expression:

    $in.Sap01Collection/top:Sap01Collection/top:Sap01/top:operation = 'UPDATEID'
    
  7. Click OK.

  8. Next to the Transform Using field, click the Transformation icon.

    The Request Transformation map dialog is displayed.

  9. Select Create New Mapper File and enter SAP_TO_COMMON_UPDATEID.xsl.

  10. Click OK.

    An SAP_TO_COMMON_UPDATEID.xsl file is displayed.

  11. Drag and drop the top:Sap01 source element to the inp1:Customer target element.

    The Auto Map Preferences dialog is displayed.

  12. Click OK.

  13. From the Components window, select Advanced.

  14. Select XREF Functions.

  15. Drag and drop the populateXRefRow function from the Components window to the line connecting the top:id and inp1:id elements.

  16. Double-click the populateXRefRow icon.

    The Edit Function-populateXRefRow dialog is displayed.

  17. To the right of the xrefLocation field, click Search.

    The SOA Resource Lookup dialog is displayed.

  18. Select customer.xref and click OK.

  19. In the referenceColumnName field, enter "SAP_01" or click Search to select the column name.

  20. In the referenceValue column, enter /top:Sap01Collection/top:Sap01/top:refId.

  21. In the columnName field, enter "SAP_01" or click Search to select the column name.

  22. In the value field, enter /top:Sap01Collection/top:Sap01/top:Id.

  23. In the mode field, enter "UPDATE" or click Search to select this mode.

    Figure 44-29 shows a populated Edit Function – populateXRefRow dialog.

    Figure 44-29 Edit Function – populateXRefRow Dialog: XrefCustApp Use Case

    Description of Figure 44-29 follows
    Description of "Figure 44-29 Edit Function – populateXRefRow Dialog: XrefCustApp Use Case"
  24. Drag and drop the lookupXRef function from the Components window to the line connecting the top:id and inp1:id elements.

  25. Double-click the lookupXRef icon.

    The Edit Function-lookupXRef dialog is displayed.

  26. To the right of the xrefLocation field, click Search.

    The SOA Resource Lookup dialog is displayed.

  27. Select customer.xref and click OK.

  28. In the referenceColumnName field, enter "SAP_01" or click Search to select the column name.

  29. In the referenceValue column, enter the following:

    xref:populateXRefRow("customer.xref","SAP_
    01",/top:Sap01Collection/top:Sap01/top:refId,"SAP_
    01",/top:Sap01Collection/top:Sap01/top:id,"UPDATE").
    
  30. In the columnName field, enter "COMMON" or click Search to select the column name.

  31. In the needException field, enter false() or click Search to select this mode.

    Figure 44-30 shows a populated Edit Function – lookupXRef dialog.

    Figure 44-30 Edit Function – lookupXRef Dialog: XrefCustApp Use Case

    Description of Figure 44-30 follows
    Description of "Figure 44-30 Edit Function – lookupXRef Dialog: XrefCustApp Use Case"
  32. Click OK.

  33. From the File menu, select Save All and close the SAP_TO_COMMON_UPDATEID.xsl file.

    The Routing Rules section appears, as shown in Figure 44-31.

    Figure 44-31 Insert, Update, and UpdateID Operations

    Description of Figure 44-31 follows
    Description of "Figure 44-31 Insert, Update, and UpdateID Operations"