To create routing rules for the update operation:
Perform the following tasks to create routing rules for the update operation.
-
In the Routing Rules section, click the Create a new Routing Rule icon.
The Target Type dialog is displayed.
-
Select Service.
The Target Services dialog is displayed.
-
Navigate to XrefOrderApp > References > EBS.
-
Select EBS and click OK.
-
Click the Transformation icon next to the Transform Using field.
The Request Transformation map dialog is displayed.
-
Select Create New Mapper File and enter
COMMON_TO_EBS_UPDATE.xsl
. -
Click OK.
The COMMON_TO_EBS_UPDATE.xsl file is displayed.
-
Drag and drop the inp1:Orders source element to the db:InputParameters target element.
The Auto Map Preferences dialog is displayed.
-
Click OK.
The transformation is created, as shown in Figure 44-39.
-
Drag and drop the lookupXRef function from the Components window to the line connecting inp1:id and db:X_APP_ID.
-
Double-click the lookupXRef icon.
The Edit Function: lookupXRef dialog is displayed.
-
Enter this information in the following fields:
-
xrefLocation:
order.xref
-
referenceColumnName:
Common
-
referenceValue:
/inp1:Customers/inp1:Order/inp1:Id
-
columnName:
EBS_i75
-
needException:
true()
-
-
Click OK.
-
From the File menu, select Save All and close the COMMON_TO_EBS_UPDATE.xsl file.
-
In the Synchronous Reply section, click Browse for target service operations.
The Target Type dialog is displayed.
-
Select Service.
The Target Services dialog is displayed.
-
Navigate to XrefOrderApp > References > Logger.
-
Select Write and click OK.
-
Next to the Transform Using field, click the Transformation icon.
The Reply Transformation map dialog is displayed.
-
Select Create New Mapper File and enter
EBS_TO_COMMON_UPDATE.xsl
. -
Click OK.
The EBS_TO_COMMON_UPDATE.xsl file is displayed.
-
Connect the db:X:APP_ID source element to db:X:APP_ID.
-
From the File menu, select Save All and close the EBS_TO_COMMON_UPDATE.xsl file.
-
In the Synchronous Reply section, click the Assign Values icon.
The Assign Values dialog is displayed.
-
Click Add.
The Assign Value dialog is displayed.
-
In the From section, select Expression.
-
Click the Invoke Expression Builder icon.
The Expression Builder dialog is displayed.
-
In the Expression field, enter the following expression, and click OK.
concat('UPDATE-',$in.OutputParameters/db:OutputParameters/db:X_APP_ID,'.xml')
-
In the To section, select Property.
-
Select the jca.file.FileName property and click OK.
-
Click OK.
The update operation section appears, as shown in Figure 44-62.
Figure 44-62 Update Operation with EBS Target Service
Description of "Figure 44-62 Update Operation with EBS Target Service" -
From the File menu, select Save All.