<?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 Setting WSDL URL dynamically in CXF in Talend ESB open source edition in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266100#M45430</link>
    <description>Hi, &lt;BR /&gt;I am trying to use context to set the WSDL URL in CXF component in Mediation route in open source edition When the route is deployed , the WSDL URLS are resolved on deployment . I am trying to use config to load on startup the WSDL URLS from external file.How can I ensure that WSDL URLS are not resolved post deployment on load of the routes using Talend Open source edition?&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 11:51:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:51:31Z</dc:date>
    <item>
      <title>Setting WSDL URL dynamically in CXF in Talend ESB open source edition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266100#M45430</link>
      <description>Hi, &lt;BR /&gt;I am trying to use context to set the WSDL URL in CXF component in Mediation route in open source edition When the route is deployed , the WSDL URLS are resolved on deployment . I am trying to use config to load on startup the WSDL URLS from external file.How can I ensure that WSDL URLS are not resolved post deployment on load of the routes using Talend Open source edition?&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 11:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266100#M45430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting WSDL URL dynamically in CXF in Talend ESB open source edition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266101#M45431</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I am trying to use config to load on startup the WSDL URLS from external file.How can I ensure that WSDL URLS are not resolved post deployment on load of the routes using Talend Open source edition?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You don't want to access the WSDL URLS from external file(WSDL URLS are not resolved post deployment on load of the routes? return a error?) Is there any more description about your scenario? What's the final expected result do you want?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 28 Oct 2013 06:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266101#M45431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-28T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting WSDL URL dynamically in CXF in Talend ESB open source edition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266102#M45432</link>
      <description>we are using context variables for "Address" and "WSDL" Fields in cxf component settings (Address,WSDL File ) .As we are using open source 
&lt;BR /&gt;we are unable to use the different context groups -Default , dev , QA , Prod . So we employed the property files 
&lt;BR /&gt;and use "cconfig" comppnent to read the property file and then set the context variable to set the information dynamically . However it doesn't happen that way . 
&lt;BR /&gt; The "default" group values in the context are always taken during deployment as the WSDL file resolution happens before "cconfig" component is called by Talend. How do i 
&lt;BR /&gt; handle or configure or ensure that the WSDL file is not resolved prior to loading of the cconfig component. 
&lt;BR /&gt;PROPERTY FILE 
&lt;BR /&gt;============= 
&lt;BR /&gt;CLAIMS_SERVICE_ENDPOINT=http://abc.ddd.com/businessservices/clservice 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBC7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136539i81F2B37D0DF584DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBC7.jpg" alt="0683p000009MBC7.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 28 Oct 2013 18:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266102#M45432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-28T18:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting WSDL URL dynamically in CXF in Talend ESB open source edition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266103#M45433</link>
      <description>Hi kranthides,
&lt;BR /&gt;
&lt;BR /&gt;There are several options I would try:
&lt;BR /&gt;Camel Simple
&lt;BR /&gt;In your cCXF configuration, I would try using a little of the Camel Simple expression language to reference a header. So early in your route, you would set the desired address and wsdlurl to headers. You would also put some Camel Simple references to those headers in your cCXF configuration in the Address and WSDL File field. So they would look something like ${header.service_address} and ${header.wsdl_url}.
&lt;BR /&gt;In order to use the context properties, you could probably create exports of the route with each environment's context. I know that's not very graceful, but it is an option.
&lt;BR /&gt;
&lt;BR /&gt;If possible, I suggest adding the actual WSDL to the Resources repository in Studio , and using that WSDL in your cCXF configuration. That way you only need to alter the address in your various environments.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://camel.apache.org/simple.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/simple.html&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;I hope that helps
&lt;BR /&gt;-Ben</description>
      <pubDate>Tue, 05 Nov 2013 20:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-WSDL-URL-dynamically-in-CXF-in-Talend-ESB-open-source/m-p/2266103#M45433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T20:51:02Z</dc:date>
    </item>
  </channel>
</rss>

