0

我正在发送以下内容:

<?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>
     <GetList xmlns=\"http://schemas.microsoft.com/sharepoint/soap/\">
         <listName>{5DB680A5-EFCB-4F48-AC80-835AFBCE9FDA}</listName>
     </GetList>
</soap:Body>
</soap:Envelope>

但我正在获取 GetListCollection 的结果

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetListCollectionResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/"><GetListCollectionResult>...

难道我做错了什么?

4

0 回答 0