<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connect to WebService to get Sharepoint List not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376830#M138867</link>
    <description>&lt;P&gt;In anyone has the same problem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I found how to fix this.&lt;/P&gt; 
&lt;P&gt;In the ENDPOINT parameter I was pointing at the root of sharepoint server&lt;/P&gt; 
&lt;P&gt;https://&amp;lt;mysite&amp;gt;/_vti_bin/Lists.asmx&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The right way to reach my list was to point on the SUBSITE as an endpoint like this&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;https://&amp;lt;mysite&amp;gt;/&amp;lt;subsite&amp;gt;/_vti_bin/Lists.asmx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Example :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Wrong one is :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://sharepoint.doux.fr/_vti_bin/Lists.asmx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sharepoint.doux.fr/_vti_bin/Lists.asmx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Right one is :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://sharepoint.doux.fr/sites/product/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sharepoint.doux.fr/sites/product/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;_vti_bin/Lists.asmx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;based on the url you reach through your browser :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://sharepoint.doux.fr/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sharepoint.doux.fr/&lt;/A&gt;&lt;STRONG&gt;sites/product&lt;/STRONG&gt;/default.aspx&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 16:04:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-13T16:04:41Z</dc:date>
    <item>
      <title>Connect to WebService to get Sharepoint List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376829#M138866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've been unsuccessfully trying this afternoon to connect to an on prem Sharepoint to get a list of data using the standard GetList method from Microsoft.&lt;/P&gt; 
&lt;P&gt;You can see the setup in the picture.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I must also states that my sharepoint is using SSL for security, and also I added certificate to be able to communicate from my computer to sharepoint server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm stuck with this message :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[statistics] connected&lt;BR /&gt;||&amp;lt;soap:Fault xmlns:soap="&lt;A target="_blank"&gt;http://www.w3.org/2003/05/soap-envelope"&amp;gt;&amp;lt;soap:Code&amp;gt;&amp;lt;soap:Value&amp;gt;soap:Receiver&amp;lt;/soap:Value&amp;gt;&amp;lt;/soap:Code&amp;gt;&amp;lt;soap:Reason&amp;gt;&amp;lt;soap:Text&lt;/A&gt; xml:lang="en"&amp;gt;Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.&amp;lt;/soap:Text&amp;gt;&amp;lt;/soap:Reason&amp;gt;&amp;lt;detail&amp;gt;&amp;lt;errorstring xmlns="&lt;A href="http://schemas.microsoft.com/sharepoint/soap/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.microsoft.com/sharepoint/soap/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;List does not exist.&lt;BR /&gt;The page you selected contains a list that does not exist. It may have been deleted by another user.&lt;BR /&gt;&amp;lt;/errorstring&amp;gt;&amp;lt;errorcode xmlns="&lt;A target="_blank"&gt;http://schemas.microsoft.com/sharepoint/soap/"&amp;gt;0x82000006&amp;lt;/errorcode&amp;gt;&amp;lt;/detail&amp;gt;&amp;lt;/soap:Fault&lt;/A&gt;&amp;gt;&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Does anyone know how to fix this ?&lt;/P&gt; 
&lt;P&gt;I connected to the sharepoint directly in my browser and tried to use different ListName... in very cases I end up with this previous message.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WstoSharepoint.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyI1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141837i4A4C3F688F748E2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyI1.png" alt="0683p000009LyI1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 17:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376829#M138866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-12T17:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to WebService to get Sharepoint List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376830#M138867</link>
      <description>&lt;P&gt;In anyone has the same problem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I found how to fix this.&lt;/P&gt; 
&lt;P&gt;In the ENDPOINT parameter I was pointing at the root of sharepoint server&lt;/P&gt; 
&lt;P&gt;https://&amp;lt;mysite&amp;gt;/_vti_bin/Lists.asmx&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The right way to reach my list was to point on the SUBSITE as an endpoint like this&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;https://&amp;lt;mysite&amp;gt;/&amp;lt;subsite&amp;gt;/_vti_bin/Lists.asmx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Example :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Wrong one is :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://sharepoint.doux.fr/_vti_bin/Lists.asmx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sharepoint.doux.fr/_vti_bin/Lists.asmx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Right one is :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://sharepoint.doux.fr/sites/product/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sharepoint.doux.fr/sites/product/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;_vti_bin/Lists.asmx&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;based on the url you reach through your browser :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://sharepoint.doux.fr/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sharepoint.doux.fr/&lt;/A&gt;&lt;STRONG&gt;sites/product&lt;/STRONG&gt;/default.aspx&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376830#M138867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T16:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to WebService to get Sharepoint List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376831#M138868</link>
      <description>&lt;P&gt;The SOAP method I believe is no longer supported by Sharepoint itself and we are waiting on a new embedded feature. T&lt;SPAN&gt;hird party providers like CDATA or Progress who have custom components for Sharepoint at this time.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 20:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-WebService-to-get-Sharepoint-List-not-working/m-p/2376831#M138868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-28T20:15:13Z</dc:date>
    </item>
  </channel>
</rss>

