The figure shows a screenshot of the data mapper for TransformOrder.xsl file.
The left side shows the source wsdl, which is SOAOrderBooking.wsdl. It contains the following items in a tree hierarchy:
The numbers in parentheses below show the mappings between the source and the target WSDLs. [For example, (1) on the source side maps to (1) on the target side, (2) maps to (2), etc.]
(1) source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:CustID
(2) source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:ID
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:ShipTo (not expanded)
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:BillTo (not expanded)
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:UserContact (not expanded)
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:OrderItems (not expanded)
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:SupplierInfo (not expanded)
(3) source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:OrderInfo > po:OrderDate
(4) source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:OrderInfo > po:OrderPrice
(5) source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:OrderInfo > po:OrderStatus
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:OrderInfo > po:OrderComments
source > client:SOAOrderBookingProcessRequest > po:PurchaseOrder > po:OrderInfo > po:ApprovalRequired
The right side shows the target wsdl, which is Order_table.wsdl. It contains the following items in a tree hierarchy:
target > OrdersCollection > Orders > comments
(1) target > OrdersCollection > Orders > custid
(3) target > OrdersCollection > Orders > orderdate
(2) target > OrdersCollection > Orders > ordid
(4) target > OrdersCollection > Orders > price
(5) target > OrdersCollection > Orders > status
target > OrdersCollection > Orders > itemsCollection > Items > itemid
target > OrdersCollection > Orders > itemsCollection > Items > partnum
target > OrdersCollection > Orders > itemsCollection > Items > price
target > OrdersCollection > Orders > itemsCollection > Items > prodid
target > OrdersCollection > Orders > itemsCollection > Items > productname
target > OrdersCollection > Orders > itemsCollection > Items > quantity