<?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: Setting the date format of web services in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335520#M104075</link>
    <description>kleinmat,&lt;BR /&gt;You mean on WSDL level?</description>
    <pubDate>Fri, 29 Aug 2014 10:19:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-29T10:19:27Z</dc:date>
    <item>
      <title>Setting the date format of web services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335519#M104074</link>
      <description>Hi there, 
&lt;BR /&gt;I have created a small web service which runs on Talend ESB and which has a date field in both the request and the response. For some reason, it only consumes dates of format DD-MM-YYYY out of the box even though the W3C Standard is YYYY-MM-DD (if I remember correctly). Where can I set the format for dates in my requests and responses? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Matt</description>
      <pubDate>Sat, 16 Nov 2024 11:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335519#M104074</guid>
      <dc:creator>kleinmat</dc:creator>
      <dc:date>2024-11-16T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the date format of web services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335520#M104075</link>
      <description>kleinmat,&lt;BR /&gt;You mean on WSDL level?</description>
      <pubDate>Fri, 29 Aug 2014 10:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335520#M104075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the date format of web services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335521#M104076</link>
      <description>I am not aware of the possibility to set date formats on WSDL level. I mean on Talend component level.</description>
      <pubDate>Fri, 29 Aug 2014 12:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335521#M104076</guid>
      <dc:creator>kleinmat</dc:creator>
      <dc:date>2014-08-29T12:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the date format of web services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335522#M104077</link>
      <description>kleinmat,&lt;BR /&gt;You can set a pattern in the XSD of your WSDL.&lt;BR /&gt;&lt;PRE&gt;&amp;lt;xs:simpleType name="FormattedDateType"&amp;gt;&lt;BR /&gt;   &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;BR /&gt;       &amp;lt;xs:pattern value="\d{4}(0|1)(0||3)"/&amp;gt;&lt;BR /&gt;   &amp;lt;/xs:restriction&amp;gt;&lt;BR /&gt;&amp;lt;/xs:simpleType&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;And what in what component do you want to try the conversion?</description>
      <pubDate>Fri, 29 Aug 2014 17:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335522#M104077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T17:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the date format of web services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335523#M104078</link>
      <description>Thank you very much.&lt;BR /&gt;But in our WSDL, we have not set a specific time format. So our assumption was that our Web Service simply uses the W3C standard "YYYY-MM-DD".&lt;BR /&gt;But for some reason, if we send a request into the service, we have to use "DD-MM-YYYY" - otherwise we get an exception.&lt;BR /&gt;And when the Service generates a response, it sends the date therein in format "DD-MM-YYYY" also. &lt;BR /&gt;So I would like to tell the entire service (or the Service Request and Service Response component as well as any tXMLMap-component that has to handle dates) to use the W3C standard date format.&lt;BR /&gt;But how can that be set?&lt;BR /&gt;Why do the Talend components not use the W3C standard by default?&lt;BR /&gt;Thanks&lt;BR /&gt;Matt</description>
      <pubDate>Tue, 02 Sep 2014 10:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335523#M104078</guid>
      <dc:creator>kleinmat</dc:creator>
      <dc:date>2014-09-02T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the date format of web services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335524#M104079</link>
      <description>Just wanted to let you know that I created a bug report on this issue. Because I tested it with a fresh test project (all with default settings) and it behaved like that again. 
&lt;BR /&gt;And since a standard "out of the box" web service should always abide by the format definition of the W3C by default, I consider this problem a bug. 
&lt;BR /&gt;Here's the bug report in case you want to comment: 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TESB-14238" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-14238&lt;/A&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-the-date-format-of-web-services/m-p/2335524#M104079</guid>
      <dc:creator>kleinmat</dc:creator>
      <dc:date>2014-09-03T15:32:34Z</dc:date>
    </item>
  </channel>
</rss>

