[ 
https://issues.apache.org/jira/browse/CONNECTORS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412736#comment-13412736
 ] 

Karl Wright commented on CONNECTORS-470:
----------------------------------------

Hi Ahmet,

The line it is complaining about is:

{code}
com.microsoft.sharepoint.webpartpages.GetPermissionCollectionResponseGetPermissionCollectionResult
 aclResult = aclCall.getPermissionCollection( encodedRelativePath, "Item" );
{code}

But this line is supposed to be calling the MCPermissions web service, not the 
Permissions web service.  "Item" is a perfectly valid type for this kind of 
call.  Did you overwrite the MCPermissions wsdl with the Permissions wsdl at 
some point?

If you did, then please undo your overwrite, and install the MCPermissions web 
service on your SharePoint instance as per the documentation.  That will fix 
this problem.

                
> SharePoint 2010 support
> -----------------------
>
>                 Key: CONNECTORS-470
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-470
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 0.5, ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>         Attachments: CONNECTORS-470.patch, CONNECTORS-470.patch, 
> CONNECTORS-470.patch, Screen Shot 2012-05-31 at 11.21.12 AM.png, 
> pagination.zip, pom.patch, pom.patch
>
>
> See here for list of the SharePoint web services for SharePoint 2010:
> http://msdn.microsoft.com/en-us/library/ee705814.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to