0
XML共有ポイントのデータソースを調べるCAMLクエリがあります。以下は結果を引き出すクエリですが、すべての列ではなく、奇妙な形式のものもあります。CAML XMLデータソースがWebサービスからすべての行を取得しないGetListItem
データソースからすべてのリスト項目の列を取得していないようです。誰でも私のCAML XMLに間違ったことを見ることができますか? Pleaaseはカレンダーの共有ポイントです。カレンダービューのリストであるallitems.aspxページを参照するようにCAML XMLを変更することは可能ですか?
<Query>
<SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
<Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
<Parameters>
<Parameter Name="listName">
<DefaultValue>Change Control</DefaultValue>
</Parameter>
<Parameter Name="queryOptions" Type="xml">
<DefaultValue>
<QueryOptions>
<ViewAttributes Scope="Recursive" />
</QueryOptions>
</DefaultValue>
</Parameter>
</Parameters>
</Method>
<ElementPath IgnoreNamespaces="True">*</ElementPath>
</Query>