<?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: Sharepoint and tWebService/tWebServiceInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281420#M55953</link>
    <description>Antoinette has since left the company and I couldn't even get as far as the results she listed above with tWebServiceInput or tWebService but eventually got it working with tSoap.</description>
    <pubDate>Wed, 11 Jul 2012 02:27:12 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2012-07-11T02:27:12Z</dc:date>
    <item>
      <title>Sharepoint and tWebService/tWebServiceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281416#M55949</link>
      <description>Hi, 
&lt;BR /&gt;I'm trying to call the GetListItems method using either tWebService or tWebServiceInput but am having some troubles. 
&lt;BR /&gt;Firstly I tried using the tWebServiceInput component with the GetList method as it only has one parameter to pass. This worked fine and I received results. Secondly I changed the method to GetListItems but receive the following error: "java.lang.RuntimeException: not know how to convert '&amp;lt;caml query&amp;gt;'". I have read on other posts that this may have to do with only being able to pass strings through tWebServiceInput's parameters. 
&lt;BR /&gt;I then tried the tWebServiceInputs advanced settings and created the required routines. The error I now get is a (401)Unauthorized error. I assume that this is to do with the windows authentication needed. I have tried searching for help on how to pass the required authentication but only seem to be able to find a whole bunch of questions and no real answers. 
&lt;BR /&gt;Lastly I tried the tWebService component but receive the following error: 
&lt;BR /&gt;Exception in component tWebService_3 
&lt;BR /&gt;org.apache.cxf.binding.soap.SoapFault: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. 
&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:75) 
&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:46) 
&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:35) 
&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236) 
&lt;BR /&gt; at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:96) 
&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:69) 
&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:34) 
&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:664) 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:2160) 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:2040) 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1965) 
&lt;BR /&gt; at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:627) 
&lt;BR /&gt; at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) 
&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:478) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:308) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:260) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:280) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:266) 
&lt;BR /&gt; at org.talend.ws.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:234) 
&lt;BR /&gt; at org.talend.ws.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:273) 
&lt;BR /&gt; at &amp;lt;project&amp;gt;.&amp;lt;jobname&amp;gt;.tFixedFlowInput_3Process(Temp_Job.java:830) 
&lt;BR /&gt; at &amp;lt;project&amp;gt;.&amp;lt;jobname&amp;gt;.runJobInTOS(Temp_Job.java:1149) 
&lt;BR /&gt; at &amp;lt;project&amp;gt;.&amp;lt;jobname&amp;gt;.main(Temp_Job.java:1023) 
&lt;BR /&gt;(which is a improvement on the 401 error I was previously getting but fixed by selecting 'Use NTLM' and inputting the required fields). 
&lt;BR /&gt;Any help on getting this all to work would be very much appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 13:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281416#M55949</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint and tWebService/tWebServiceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281417#M55950</link>
      <description>Hi 
&lt;BR /&gt;Can you show us the SOAP request and response definition? such as the demo webservice: 
&lt;BR /&gt;POST /webservices/weather.asmx HTTP/1.1 
&lt;BR /&gt;Host: 
&lt;A href="http://www.deeptraining.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.deeptraining.com&lt;/A&gt; 
&lt;BR /&gt;Content-Type: text/xml; charset=utf-8 
&lt;BR /&gt;Content-Length: length 
&lt;BR /&gt;SOAPAction: " 
&lt;A href="http://litwinconsulting.com/webservices/GetWeather" rel="nofollow noopener noreferrer"&gt;http://litwinconsulting.com/webservices/GetWeather&lt;/A&gt;" 
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; 
&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt; 
&lt;BR /&gt; &amp;lt;soap:Body&amp;gt; 
&lt;BR /&gt; &amp;lt;GetWeather xmlns="http://litwinconsulting.com/webservices/"&amp;gt; 
&lt;BR /&gt; &amp;lt;City&amp;gt;string&amp;lt;/City&amp;gt; 
&lt;BR /&gt; &amp;lt;/GetWeather&amp;gt; 
&lt;BR /&gt; &amp;lt;/soap:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 14 Feb 2011 02:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281417#M55950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-14T02:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint and tWebService/tWebServiceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281418#M55951</link>
      <description>POST /_vti_bin/lists.asmx HTTP/1.1
&lt;BR /&gt;Host: iqip.iqgroup.com.au
&lt;BR /&gt;Content-Type: text/xml; charset=utf-8
&lt;BR /&gt;Content-Length: length
&lt;BR /&gt;SOAPAction: "
&lt;A href="http://schemas.microsoft.com/sharepoint/soap/GetListItems" rel="nofollow noopener noreferrer"&gt;http://schemas.microsoft.com/sharepoint/soap/GetListItems&lt;/A&gt;"
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
&lt;BR /&gt; &amp;lt;soap:Body&amp;gt;
&lt;BR /&gt; &amp;lt;GetListItems xmlns="http://schemas.microsoft.com/sharepoint/soap/"&amp;gt;
&lt;BR /&gt; &amp;lt;listName&amp;gt;string&amp;lt;/listName&amp;gt;
&lt;BR /&gt; &amp;lt;viewName&amp;gt;string&amp;lt;/viewName&amp;gt;
&lt;BR /&gt; &amp;lt;query&amp;gt;string&amp;lt;/query&amp;gt;
&lt;BR /&gt; &amp;lt;viewFields&amp;gt;string&amp;lt;/viewFields&amp;gt;
&lt;BR /&gt; &amp;lt;rowLimit&amp;gt;string&amp;lt;/rowLimit&amp;gt;
&lt;BR /&gt; &amp;lt;queryOptions&amp;gt;string&amp;lt;/queryOptions&amp;gt;
&lt;BR /&gt; &amp;lt;webID&amp;gt;string&amp;lt;/webID&amp;gt;
&lt;BR /&gt; &amp;lt;/GetListItems&amp;gt;
&lt;BR /&gt; &amp;lt;/soap:Body&amp;gt;
&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;BR /&gt;
&lt;BR /&gt;HTTP/1.1 200 OK
&lt;BR /&gt;Content-Type: text/xml; charset=utf-8
&lt;BR /&gt;Content-Length: length
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
&lt;BR /&gt; &amp;lt;soap:Body&amp;gt;
&lt;BR /&gt; &amp;lt;GetListItemsResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/"&amp;gt;
&lt;BR /&gt; &amp;lt;GetListItemsResult&amp;gt;string&amp;lt;/GetListItemsResult&amp;gt;
&lt;BR /&gt; &amp;lt;/GetListItemsResponse&amp;gt;
&lt;BR /&gt; &amp;lt;/soap:Body&amp;gt;
&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;</description>
      <pubDate>Mon, 14 Feb 2011 03:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281418#M55951</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-02-14T03:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint and tWebService/tWebServiceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281419#M55952</link>
      <description>Hi Ann
&lt;BR /&gt;From the SOAP request and response, I see that it only return a string value, it is a simple data type , so the basic setting of tWebservicesInput sholud support your request. The job looks like:
&lt;BR /&gt;tWebservicesInput--main--tLogRow
&lt;BR /&gt;Define one column(String type) on schema.
&lt;BR /&gt;When I try to open iqip.iqgroup.com.au in browser, it need a username and password, so make sure you have checked the box 'Need authentication' and type in the correct authentication.
&lt;BR /&gt;You can try the tSoap component also.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 15 Feb 2011 06:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281419#M55952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-15T06:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint and tWebService/tWebServiceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281420#M55953</link>
      <description>Antoinette has since left the company and I couldn't even get as far as the results she listed above with tWebServiceInput or tWebService but eventually got it working with tSoap.</description>
      <pubDate>Wed, 11 Jul 2012 02:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281420#M55953</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-11T02:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint and tWebService/tWebServiceInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281421#M55954</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Antoinette has since left the company and I couldn't even get as far as the results she listed above with tWebServiceInput or tWebService but eventually got it working with tSoap.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Does anyone found a solution?</description>
      <pubDate>Thu, 13 Jun 2013 17:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sharepoint-and-tWebService-tWebServiceInput/m-p/2281421#M55954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-13T17:05:33Z</dc:date>
    </item>
  </channel>
</rss>

