通过调用 http://xxx.xxx.xx.131:12000/_vti_bin/lists.asmx下的GetListCollection获得了所有的列表数据,但是我只想要几个字段的数据,怎么解决。例如字段有40多个,我只想要id,title,content,count四个字段,求高手不吝赐教!SOAPAction: "http://schemas.microsoft.com/sharepoint/soap/GetListCollection"<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetListCollection xmlns="http://schemas.microsoft.com/sharepoint/soap/" />
  </soap:Body>
</soap:Envelope>