The figure shows a screenshot of the data mapper for PurchaseOrder_To_FedexshipmentCollection.xsl file.
The left side shows the source, which is Fulfillment_Shipment.wsdl. It contains the following items in a tree hierarchy:
source > inp1:PurchaseOrder > inp1:CustID
source > inp1:PurchaseOrder > inp1:ID
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Name > inp1:First
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Name > inp1:Last
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Address > inp1:Street
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Address > inp1:City
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Address > inp1:State
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Address > inp1:Zip
source > inp1:PurchaseOrder > inp1:ShipTo > inp1:Address > inp1:Country
source > inp1:PurchaseOrder > inp1:BillTo (not expanded)
source > inp1:PurchaseOrder > inp1:UserContact (not expanded)
source > inp1:PurchaseOrder > inp1:OrderItems (not expanded)
source > inp1:PurchaseOrder > inp1:SupplierInfo (not expanded)
source > inp1:PurchaseOrder > inp1:OrderInfo (not expanded)
The right side shows the target, which is FedexShipment.wsdl. It contains the following items in a tree hierarchy:
target > top:FedexshipmentCollection > top:Fedexshipment > top:city
target > top:FedexshipmentCollection > top:Fedexshipment > top:fname
target > top:FedexshipmentCollection > top:Fedexshipment > top:lname
target > top:FedexshipmentCollection > top:Fedexshipment > top:orderid
target > top:FedexshipmentCollection > top:Fedexshipment > top:state
target > top:FedexshipmentCollection > top:Fedexshipment > top:street
target > top:FedexshipmentCollection > top:Fedexshipment > top:zipcode
Lines connect the following source and target items:
inp1:ID and top:orderid
inp1:First and top:fname
inp1:Last and top:lname
inp1:Street and top:street
inp1:City and top:city
inp1:State and top:state
inp1:Zip and top:zipcode