Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Integration with Sharepoint

Hello Community,
I am trying to connect Talend with Online sharepoint.I have tried many ways suggested in forum like:
1.I have used tsoap however getting a long error message:
Starting job http2tal at 16:13 22/08/2016.

connecting to socket on port 3808
connected
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
The method invokeSOAP(String, String, String, String) in the type SOAPUtil is not applicable for the arguments (String, String, http2tal.row1Struct)
Syntax error on tokens, delete these tokens
Syntax error, insert ")" to complete Expression

at local_project.http2tal_0_1.http2tal.tSOAP_1Process(http2tal.java:540)
at local_project.http2tal_0_1.http2tal.runJobInTOS(http2tal.java:1003)
at local_project.http2tal_0_1.http2tal.main(http2tal.java:860)
Job http2tal ended at 16:13 22/08/2016.

The soap message contains this
"<soapenv:Envelope xmlns:soapenv=’’><soapenv:Body><GetListItems xmlns=’’>

<listName>testlist</listName>
<query><Query></Query></query>
           <viewFields>
             <ViewFields>
               <FieldRef Name=’exact’ />
               <FieldRef Name=’distributor’ />
             </ViewFields>
           </viewFields>
         </GetListItems>
       </soapenv:Body>"
     </soapenv:Envelope>"
2.I used tfilefetch component however it is also giving error message
I am attaching the screenshot of the configuration.If someone has encountered this problem then please revert.

I observe that Talend is not supporting online sharepoint integration.
An early revert is highly appreciated.
Thanks
Rohit
Labels (5)
1 Reply
Anonymous
Not applicable
Author

Hi,
Could you please try to use tHttpRequest component instead to see if it works?
Best regards
Sabrina