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

Fatih Samet Cetin commented on CONNECTORS-470:
----------------------------------------------

Hi Karl,
We came up two solutions right now. First is removing dspsts service fully and 
replace it with lists.asmx service however this would break backward 
compability with SharePoint 2003. Because SP 2003 doesn't support the Lists 
service.
The second aproach is checking the version of sp and replace the 
functionalities below with Lists service equivalent methods.
{quote}
* find the list of documents for a given site and library GUID
* find the list of metadata field names for a given site and library GUID
{quote}
Which one would be preferred way?

We track down the problem and reach out SPSProxyHelper.getDocuments() method. 
We created a simple patch to show our initial progress. We figured out that DSP 
service response is different from Lists service reponse and the current code 
tries the build XMLDoc from the response. But that patch throws exception while 
constructing XMLDoc from Lists service response.
I am thinking to somehow transform "GetListItemsResponseGetListItemsResult" to 
"RepositoryDocument" and embed this logic into current code.
Are we on the right track?

Also we found that there is a special web service (SiteData.asmx) to capture 
incremental delta changes and whole structure of sp sitecollection. Current 
code doesn't make use of this service. Do you think we should try to integrate 
this service?

Thanks 
Fatih & Ahmet
                
> 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.6
>
>         Attachments: Screen Shot 2012-05-31 at 11.21.12 AM.png
>
>
> 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