Success
Data2
Data3
Data4
Data5
with xml data structure as above i want to skip Status and need to retrieve elements from PractitionerRoles
Deserialize XML → out_xml_Doc1
Get XML Nodes I/p - out_xml_Doc1 o/p - out_xml_Nodes1
for getting elements from 2nd tag(PractitionerRoles) the code is as below:
should i change Argument Type IEnumerable(XElement)?