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" />