Author: piergiorgio
Date: Thu Aug  9 08:56:22 2012
New Revision: 1371098

URL: http://svn.apache.org/viewvc?rev=1371098&view=rev
Log:
updated the MCPermissions.wsdl taken from SharePoint 2010 (CONNECTORS-492)

Modified:
    
manifoldcf/branches/CONNECTORS-492/connectors/sharepoint/wsdls/MCPermissions.wsdl

Modified: 
manifoldcf/branches/CONNECTORS-492/connectors/sharepoint/wsdls/MCPermissions.wsdl
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-492/connectors/sharepoint/wsdls/MCPermissions.wsdl?rev=1371098&r1=1371097&r2=1371098&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-492/connectors/sharepoint/wsdls/MCPermissions.wsdl
 (original)
+++ 
manifoldcf/branches/CONNECTORS-492/connectors/sharepoint/wsdls/MCPermissions.wsdl
 Thu Aug  9 08:56:22 2012
@@ -1,18 +1,4 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more
-     contributor license agreements. See the NOTICE file distributed with
-     this work for additional information regarding copyright ownership.
-     The ASF licenses this file to You under the Apache License, Version 2.0
-     (the "License"); you may not use this file except in compliance with
-     the License. You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; 
xmlns:tns="http://microsoft.com/sharepoint/webpartpages/"; 
xmlns:s="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; 
targetNamespace="http://microsoft.com/sharepoint/webpartpages/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
   <wsdl:types>
     <s:schema elementFormDefault="qualified" 
targetNamespace="http://microsoft.com/sharepoint/webpartpages/";>
@@ -22,7 +8,6 @@
             <s:element minOccurs="0" maxOccurs="1" name="objectName" 
type="s:string" />
             <s:element minOccurs="0" maxOccurs="1" name="objectType" 
type="s:string" />
           </s:sequence>
-
         </s:complexType>
       </s:element>
       <s:element name="GetPermissionCollectionResponse">
@@ -32,7 +17,28 @@
               <s:complexType mixed="true">
                 <s:sequence>
                   <s:any />
-
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="GetListItems">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="listName" 
type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="startRow" 
type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="rowLimit" 
type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="GetListItemsResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="GetListItemsResult">
+              <s:complexType mixed="true">
+                <s:sequence>
+                  <s:any />
                 </s:sequence>
               </s:complexType>
             </s:element>
@@ -42,26 +48,43 @@
     </s:schema>
   </wsdl:types>
   <wsdl:message name="GetPermissionCollectionSoapIn">
-
     <wsdl:part name="parameters" element="tns:GetPermissionCollection" />
   </wsdl:message>
   <wsdl:message name="GetPermissionCollectionSoapOut">
     <wsdl:part name="parameters" element="tns:GetPermissionCollectionResponse" 
/>
   </wsdl:message>
+  <wsdl:message name="GetListItemsSoapIn">
+    <wsdl:part name="parameters" element="tns:GetListItems" />
+  </wsdl:message>
+  <wsdl:message name="GetListItemsSoapOut">
+    <wsdl:part name="parameters" element="tns:GetListItemsResponse" />
+  </wsdl:message>
   <wsdl:portType name="PermissionsSoap">
     <wsdl:operation name="GetPermissionCollection">
       <wsdl:documentation 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>Returns the collection of 
permissions for a site, list, or list item.</wsdl:documentation>
-
       <wsdl:input message="tns:GetPermissionCollectionSoapIn" />
       <wsdl:output message="tns:GetPermissionCollectionSoapOut" />
     </wsdl:operation>
+    <wsdl:operation name="GetListItems">
+      <wsdl:documentation 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>Returns the list of contents of a 
library without interference from administrator-set limits.</wsdl:documentation>
+      <wsdl:input message="tns:GetListItemsSoapIn" />
+      <wsdl:output message="tns:GetListItemsSoapOut" />
+    </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="PermissionsSoap" type="tns:PermissionsSoap">
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; />
     <wsdl:operation name="GetPermissionCollection">
       <soap:operation 
soapAction="http://microsoft.com/sharepoint/webpartpages/GetPermissionCollection";
 style="document" />
       <wsdl:input>
-
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="GetListItems">
+      <soap:operation 
soapAction="http://schemas.microsoft.com/sharepoint/soap/GetListItems"; 
style="document" />
+      <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
       <wsdl:output>
@@ -71,7 +94,6 @@
   </wsdl:binding>
   <wsdl:binding name="PermissionsSoap12" type="tns:PermissionsSoap">
     <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"; />
-
     <wsdl:operation name="GetPermissionCollection">
       <soap12:operation 
soapAction="http://microsoft.com/sharepoint/webpartpages/GetPermissionCollection";
 style="document" />
       <wsdl:input>
@@ -81,15 +103,22 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-
+    <wsdl:operation name="GetListItems">
+      <soap12:operation 
soapAction="http://schemas.microsoft.com/sharepoint/soap/GetListItems"; 
style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="Permissions">
     <wsdl:port name="PermissionsSoap" binding="tns:PermissionsSoap">
-      <soap:address 
location="http://w2k3-shp-76-2.qa-ad-76.metacarta.com/_vti_bin/MCPermissions.asmx";
 />
+      <soap:address 
location="http://win-0hb0c25kl3n:33445/_vti_bin/MCPermissions.asmx"; />
     </wsdl:port>
     <wsdl:port name="PermissionsSoap12" binding="tns:PermissionsSoap12">
-      <soap12:address 
location="http://w2k3-shp-76-2.qa-ad-76.metacarta.com/_vti_bin/MCPermissions.asmx";
 />
+      <soap12:address 
location="http://win-0hb0c25kl3n:33445/_vti_bin/MCPermissions.asmx"; />
     </wsdl:port>
   </wsdl:service>
-
-</wsdl:definitions>
+</wsdl:definitions>
\ No newline at end of file


Reply via email to