Fix a broken SOAPACTION url for the new service

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/sharepoint-2010/trunk@1380276 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webservice/ISAPI/MCPermissionswsdl.aspx b/webservice/ISAPI/MCPermissionswsdl.aspx
index 33b4ba0..73fa8cc 100644
--- a/webservice/ISAPI/MCPermissionswsdl.aspx
+++ b/webservice/ISAPI/MCPermissionswsdl.aspx
@@ -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>