Hi All,
I have one XSL which validate incoming XML files. I have one MAP file which help to transfer incomming xml to SQL Xml format. Out goint message to SQL Server(SQL Insertion XSD create using Add Adapter Metadata).
Now My incomming xml has 170 different elements. and same way opposite side (SQL ) I have table which has 170 column. All 170 are optional column( MinOccurence = 0).
When I transfer data from incomming XML to Out going XML using MAP file. If first tag does not exist in XML then it ll skip those records.
Has MAP file limitation? (170 elements)
I appreciate your help.
Regares,
Dhaval M.