xml转成DataSet:
 DataSet resultDs = new DataSet();
 resultDs.ReadXml(fileUrl);但是xml中有这样的格式:
<BRANCH_ID xsi:nil="true" />
<DESIGNATION_ID xsi:nil="true" />
<SERVICE_NO>1234</SERVICE_NO>于是会报错:
'xsi' is an undeclared namespace. Line 12, position 16.
 
请问应该怎样处理呢?PS:关于WS-Security, WebMethods, Generating ASP.NET Web Service Classes 哪里有中文的资料呢?谢过