Author: kwright
Date: Mon Sep  3 15:47:11 2012
New Revision: 1380276

URL: http://svn.apache.org/viewvc?rev=1380276&view=rev
Log:
Fix a broken SOAPACTION url for the new service

Modified:
    
manifoldcf/integration/sharepoint-2010/trunk/webservice/ISAPI/MCPermissionswsdl.aspx

Modified: 
manifoldcf/integration/sharepoint-2010/trunk/webservice/ISAPI/MCPermissionswsdl.aspx
URL: 
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2010/trunk/webservice/ISAPI/MCPermissionswsdl.aspx?rev=1380276&r1=1380275&r2=1380276&view=diff
==============================================================================
--- 
manifoldcf/integration/sharepoint-2010/trunk/webservice/ISAPI/MCPermissionswsdl.aspx
 (original)
+++ 
manifoldcf/integration/sharepoint-2010/trunk/webservice/ISAPI/MCPermissionswsdl.aspx
 Mon Sep  3 15:47:11 2012
@@ -122,7 +122,7 @@
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="GetListItems">
-      <soap12:operation 
soapAction="http://schemas.microsoft.com/sharepoint/soap/GetListItems"; 
style="document" />
+      <soap12:operation 
soapAction="http://microsoft.com/sharepoint/webpartpages/GetListItems"; 
style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>


Reply via email to