<?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: Simple Web Services Call in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304158#M75961</link>
    <description>Can you post the error? Many of the webservice components require a JDK installed, not just a JRE. Also, try the tESBConsumer component, I have found it to be superior to the other webservice components.</description>
    <pubDate>Thu, 19 Jun 2014 19:50:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-19T19:50:32Z</dc:date>
    <item>
      <title>Simple Web Services Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304157#M75960</link>
      <description>Hi Team, 
&lt;BR /&gt;I have not used web services in talend much, and would very much appreciate some guidance. 
&lt;BR /&gt;The scenario is pretty simple: 
&lt;BR /&gt;(1) 
&lt;BR /&gt;After pushing data to a table, I need to call on a SOAP web service to finish the data transformation. 
&lt;BR /&gt;(2) 
&lt;BR /&gt;The SOAP message is a string constant; therefore, it will not change (see message below). 
&lt;BR /&gt;(3) 
&lt;BR /&gt;I tried using the tSOAP component to pass the message; however, the talend compiler complains at run time when I paste the below message into the tSOAP's SOAP Message field. 
&lt;BR /&gt;I am assuming you can use a tSOAP component all by itself (no inputs) to accomplish this task. Can someone prescribe a better approach? Or, can you think what I might be doing wrong? 
&lt;BR /&gt;If you are a talend freelancer, I welcome your contact. I am an ERP guy, and I frequently face challenges like this. I would appreciate having a paid resource. 
&lt;BR /&gt;Here is the URL: 
&lt;BR /&gt;http://localhost:8080/ADInterface/services/ModelADService 
&lt;BR /&gt;Here is the SOAP message: 
&lt;BR /&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=" 
&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:_0=" 
&lt;A href="http://idempiere.org/ADInterface/1_0" target="_blank" rel="nofollow noopener noreferrer"&gt;http://idempiere.org/ADInterface/1_0&lt;/A&gt;"&amp;gt; 
&lt;BR /&gt; &amp;lt;soapenv:Header/&amp;gt; 
&lt;BR /&gt; &amp;lt;soapenv:Body&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:createData&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:ModelCRUDRequest&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:ModelCRUD&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:serviceType&amp;gt;CreateBPartner&amp;lt;/_0:serviceType&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:TableName&amp;gt;C_BPartner&amp;lt;/_0:TableName&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:RecordID&amp;gt;0&amp;lt;/_0:RecordID&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:Action&amp;gt;Create&amp;lt;/_0:Action&amp;gt; 
&lt;BR /&gt; &amp;lt;!--Optional:--&amp;gt; 
&lt;BR /&gt; &amp;lt;_0 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;ataRow&amp;gt; 
&lt;BR /&gt; &amp;lt;!--Zero or more repetitions:--&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="Value"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;ChuckWS4&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="Name"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;ChuckWS4&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="TaxID"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="IsVendor"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;Y&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="IsCustomer"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;Y&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="IsTaxExempt"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;Y&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="Name2"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;Steak4&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:field column="C_BP_Group_ID"&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:val&amp;gt;105&amp;lt;/_0:val&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:field&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;ataRow&amp;gt; &amp;lt;/_0:ModelCRUD&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:ADLoginRequest&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:user&amp;gt;SuperUser&amp;lt;/_0:user&amp;gt; 
&lt;BR /&gt; &amp;lt;_0 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ass&amp;gt;System&amp;lt;/_0 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ass&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:lang&amp;gt;192&amp;lt;/_0:lang&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:ClientID&amp;gt;11&amp;lt;/_0:ClientID&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:RoleID&amp;gt;103&amp;lt;/_0:RoleID&amp;gt; 
&lt;BR /&gt; &amp;lt;_0 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rgID&amp;gt;11&amp;lt;/_0 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rgID&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:WarehouseID&amp;gt;103&amp;lt;/_0:WarehouseID&amp;gt; 
&lt;BR /&gt; &amp;lt;_0:stage&amp;gt;0&amp;lt;/_0:stage&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:ADLoginRequest&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:ModelCRUDRequest&amp;gt; 
&lt;BR /&gt; &amp;lt;/_0:createData&amp;gt; 
&lt;BR /&gt; &amp;lt;/soapenv:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt; 
&lt;BR /&gt;Thank you for your time and attention!! 
&lt;BR /&gt;Chuck Boecking 
&lt;BR /&gt;chuck@chuboe.com 
&lt;BR /&gt;ChuckBoecking.com 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEKh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154972i581B7621C7C873D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEKh.png" alt="0683p000009MEKh.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEQT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132698iBE67A823C94C868E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEQT.png" alt="0683p000009MEQT.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 19 Jun 2014 17:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304157#M75960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web Services Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304158#M75961</link>
      <description>Can you post the error? Many of the webservice components require a JDK installed, not just a JRE. Also, try the tESBConsumer component, I have found it to be superior to the other webservice components.</description>
      <pubDate>Thu, 19 Jun 2014 19:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304158#M75961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T19:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web Services Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304159#M75962</link>
      <description>Hi Jholman,&lt;BR /&gt;I edited the original post to include the below images:&lt;BR /&gt;Attached is the error when trying to use tSOAP.&lt;BR /&gt;Attached are the tSOAP component details&lt;BR /&gt;I also tried the tESBconsumer; however, it is failing when I try to read the WSDL. (see attached). This is strange because the system has no issues with the WSDL anywhere else.&lt;BR /&gt;Any thoughts? All I want to do is simply call a single web service with the above text.</description>
      <pubDate>Thu, 19 Jun 2014 21:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304159#M75962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T21:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web Services Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304160#M75963</link>
      <description>It's some kind of basic syntax issue, check the code tab on the bottom left of the design area to see the actual Java code generated by the template engine. It will show the line(s) where the errors are being generated. You may need to escape double quotes in your SOAP message body.</description>
      <pubDate>Fri, 20 Jun 2014 00:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304160#M75963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T00:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web Services Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304161#M75964</link>
      <description>Hi cboecking, 
&lt;BR /&gt;I think it is needed to add some syntax. 
&lt;BR /&gt;When I got these error messages, I modified SOAP message like this. 
&lt;BR /&gt;"&amp;lt;soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:_0=\"http://idempiere.org/ADInterface/1_0\"&amp;gt; 
&lt;BR /&gt; &amp;lt;soapenv:Header/&amp;gt; --------- 
&lt;BR /&gt;---------------------------- 
&lt;BR /&gt;-------------------- 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;May T.</description>
      <pubDate>Tue, 01 Jul 2014 08:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-Web-Services-Call/m-p/2304161#M75964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T08:03:28Z</dc:date>
    </item>
  </channel>
</rss>

