How to read an XML file if it include Soap header and soap body..
i want also show all its data on gridview...
i am trying
ds.readxml(''data.xml");
gridview.datasource=ds;
gridview.databind;
but it show only sessionid of soap:header
Thanks & Regards,
Alokssm