To create routing rules for the insert operation:

  1. Double-click the Common Oracle Mediator.

    The Mediator Editor is displayed.

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

    The Target Type dialog is displayed.

  3. Select Service.

    The Target Services dialog is displayed.

  4. Navigate to XrefOrderApp > References > EBS.

  5. Select EBS and click OK.

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

    The Request Transformation map dialog is displayed.

  7. Select Create New Mapper File and enter COMMON_TO_EBS_INSERT.xsl.

  8. Click OK.

    A COMMON_TO_EBS_INSERT.xsl file is displayed.

  9. Drag and drop the inp1:Order source element to the db:InputParameters target element.

    The Auto Map Preferences dialog is displayed.

  10. Set the value of the db:X_APP_INSTANCE node on the right side to EBS_i75.

    Click OK.

    The transformation is created, as shown in Figure 44-59.

    Figure 44-59 COMMON_TO_EBS_INSERT.xsl Transformation

    Description of Figure 44-59 follows
    Description of "Figure 44-59 COMMON_TO_EBS_INSERT.xsl Transformation"
  11. From the File menu, select Save All and close the COMMON_TO_EBS_INSERT.xsl file.

  12. In the Synchronous Reply section, click Browse for target service operations.

    The Target Type dialog is displayed.

  13. Select Service.

    The Target Services dialog is displayed.

  14. Navigate to XrefOrderApp > References > Logger.

  15. Select Write and click OK.

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

    The Reply Transformation map dialog is displayed.

  17. Select Create New Mapper File and enter EBS_TO_COMMON_INSERT.xsl.

  18. Select Include Request in the Reply Payload.

  19. Click OK.

    An EBS_TO_COMMON_INSERT.xsl file is displayed.

  20. Connect the inp1:Order source element to db:X:APP_ID.

  21. Drag and drop the populateXRefRow function from the Components window to the connecting line.

  22. Double-click the populateXRefRow icon.

    The Edit Function-populateXRefRow dialog is displayed.

  23. Enter this information in the following fields:

    • xrefLocation: order.xref

    • referenceColumnName: Common

    • referenceValue: $initial.Customers/inp1:Customers/inp1:Order/inp1:Id

    • columnName: EBS_75

    • value: /db:OutputParameters/db:X_APP_ID

    • mode: LINK

  24. Click OK.

    The EBS_TO_COMMON_INSERT.xsl file appears, as shown in Figure 44-60.

    Figure 44-60 EBS_TO_COMMON_INSERT.xsl Transformation

    Description of Figure 44-60 follows
    Description of "Figure 44-60 EBS_TO_COMMON_INSERT.xsl Transformation"
  25. From the File menu, select Save All and close the EBS_TO_COMMON_INSERT.xsl file.

  26. In the Synchronous Reply section, click the Assign Values icon.

    The Assign Values dialog is displayed.

  27. Click Add.

    The Assign Value dialog is displayed.

  28. In the From section, select Expression.

  29. Click the Invoke Expression Builder icon.

    The Expression Builder dialog is displayed.

  30. In the Expression field, enter the following expression and click OK.

    concat('INSERT-',$in.OutputParameters/db:OutputParameters/db:X_APP_ID,'.xml')
    
  31. In the To section, select Property.

  32. Select the jca.file.FileName property and click OK.

  33. Click OK.

    The insert operation section appears, as shown in Figure 44-61.

    Figure 44-61 Insert Operation with EBS Target Service

    Description of Figure 44-61 follows
    Description of "Figure 44-61 Insert Operation with EBS Target Service"
  34. From the File menu, select Save All.