Writing use cases for XML mapping scenarios between two different systems

Posted by deepak_prn on Programmers See other posts from Programmers or by deepak_prn
Published on 2014-06-02T12:18:48Z Indexed on 2014/06/02 15:56 UTC
Read the original article Hit count: 328

I am having some trouble writing use cases for XML mapping after a certain trigger invoked by the system.

For example, one of the scenarios goes: the store cashier sells an item, the transaction data is sent to Data management system. Now, I am writing a functional design for the scenario which deals with mapping XML fields between our system and the data management system.

Question : I was wondering if some one had to deal with writing use cases or extension use cases for mapping XML fields between two systems? (There is no XSLT involved) and if you used a table to represent the fields mapping (example is below) or any other visualization tool which does not break the bank ? XML Fields mapping

I searched many questions on SO and here but nothing came close to my requirement.

© Programmers or respective owner

Related posts about design

Related posts about functional-programming