How to get Element from XML deserialize

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

@ochyalrin
XML is defining namespaces and this is to handle for the retrieval. Find starter Help here:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.