You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/09/17 02:16:28 UTC

svn commit: r1523851 - /manifoldcf/integration/sharepoint-2010/branches/CONNECTORS-772/webservice/ISAPI/MCPermissionswsdl.aspx

Author: kwright
Date: Tue Sep 17 00:16:27 2013
New Revision: 1523851

URL: http://svn.apache.org/r1523851
Log:
Missed a clause

Modified:
    manifoldcf/integration/sharepoint-2010/branches/CONNECTORS-772/webservice/ISAPI/MCPermissionswsdl.aspx

Modified: manifoldcf/integration/sharepoint-2010/branches/CONNECTORS-772/webservice/ISAPI/MCPermissionswsdl.aspx
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2010/branches/CONNECTORS-772/webservice/ISAPI/MCPermissionswsdl.aspx?rev=1523851&r1=1523850&r2=1523851&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2010/branches/CONNECTORS-772/webservice/ISAPI/MCPermissionswsdl.aspx (original)
+++ manifoldcf/integration/sharepoint-2010/branches/CONNECTORS-772/webservice/ISAPI/MCPermissionswsdl.aspx Tue Sep 17 00:16:27 2013
@@ -113,6 +113,11 @@
       <wsdl:input message="tns:GetListItemsSoapIn" />
       <wsdl:output message="tns:GetListItemsSoapOut" />
     </wsdl:operation>
+    <wsdl:operation name="GetSites">
+      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Reliably return list of subsites.</wsdl:documentation>
+      <wsdl:input message="tns:GetSitesSoapIn" />
+      <wsdl:output message="tns:GetSitesSoapOut" />
+    </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="PermissionsSoap" type="tns:PermissionsSoap">
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />