Hi
I have a requirement where the input xml can have different number of fields each time it is generated ...
for e.g once it can have 10 fields and the other time it can have 12 fields....
How do i read such an xml......I am thinking of reading the entire xml in one single node in the source stucture and then pass it as it is through the proxy to the SAP system...
but how do i read entire xml in one single node in the source data structure