how can i get element with this XML?
I try with
XMLResult.Root.Element( “Body”).Element(“GetMedicalMasterResponse”).Element(“GetMedicalMasterResult”).Element( “_medicalType”).Element(“medical_type_name”).value.ToString
Its not working, can you help me