<?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: SOAP Service - parameter in Endpoint URI in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323272#M93135</link>
    <description>for soap services , you cannot pass a value like {id} that you are doing with rest -services. You would need to pass any data in the form of payload to the soap service . Since soap has fixed endpoint and cannot be included with parameters.
&lt;BR /&gt;Once you have payload to your endpoint , you can retrieve it from tESBProviderRequest , parse your xml payload .</description>
    <pubDate>Mon, 22 Aug 2016 23:56:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-22T23:56:02Z</dc:date>
    <item>
      <title>SOAP Service - parameter in Endpoint URI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323269#M93132</link>
      <description>Does anyone know how to implement a parameter into the WSDL of a SOAP webservice in the WSDL Editor? 
&lt;BR /&gt; 
&lt;BR /&gt;I know I can do it with a REST API - per this tutorial:&amp;nbsp; 
&lt;A href="https://talendtricks.com/2016/02/01/talend-esb-restful-service/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://talendtricks.com/2016/02/01/talend-esb-restful-service/&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Looking to do something like this in the SOAP endpoint: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#6a6c6e"&gt;&lt;FONT size="4"&gt;“&lt;A href="http://localhost:8088/{id}/talend.asmx”" target="_blank"&gt;http://localhost:8088/{id}/talend.asmx”&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Can't find anywhere how to implement the {id} param in the WSDL definition and to extract it from the tESBProviderRequest component. Any one have any ideas?</description>
      <pubDate>Sat, 16 Nov 2024 10:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323269#M93132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Service - parameter in Endpoint URI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323270#M93133</link>
      <description>Hi,&lt;BR /&gt;Have you tried to use tSoap component to see if it works?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Aug 2016 09:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323270#M93133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T09:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Service - parameter in Endpoint URI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323271#M93134</link>
      <description>Hi Sabrina,&amp;nbsp; 
&lt;BR /&gt;The tSoap component is designed to be used as a soap client. My question is in reference to build a SOAP service in the Talend ESB services module.&amp;nbsp; 
&lt;BR /&gt;I'm trying to figure out on the server side how to accept a URL param in the SOAP endpoint and then use that in a job using the tESBProviderRequest component? 
&lt;BR /&gt;Seems it can be done easily with a REST service but trying to determine how it can be done with a SOAP service? 
&lt;BR /&gt;Best,&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Matt</description>
      <pubDate>Mon, 22 Aug 2016 23:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323271#M93134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T23:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Service - parameter in Endpoint URI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323272#M93135</link>
      <description>for soap services , you cannot pass a value like {id} that you are doing with rest -services. You would need to pass any data in the form of payload to the soap service . Since soap has fixed endpoint and cannot be included with parameters.
&lt;BR /&gt;Once you have payload to your endpoint , you can retrieve it from tESBProviderRequest , parse your xml payload .</description>
      <pubDate>Mon, 22 Aug 2016 23:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SOAP-Service-parameter-in-Endpoint-URI/m-p/2323272#M93135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T23:56:02Z</dc:date>
    </item>
  </channel>
</rss>

