<?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: How to create a basic REST service in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332810#M101652</link>
    <description>&lt;P&gt;I thought I can use&amp;nbsp;standard components. I don't really want to Validate JSON against a schema but just to validate that it is a valid JSON.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2017 07:55:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-18T07:55:30Z</dc:date>
    <item>
      <title>How to create a basic REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332808#M101650</link>
      <description>&lt;P&gt;I would like to create a basic rest service. At first I would like this service to validate the JSON that comes in. How do I do that?&lt;/P&gt;&lt;P&gt;First component would probably be tRestResponse what about after that?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332808#M101650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a basic REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332809#M101651</link>
      <description>&lt;P&gt;Use a tJava or tJavaRow and load a Java JSON Schema Validator library. Something like that&amp;nbsp;&lt;A href="https://github.com/java-json-tools/json-schema-validator/blob/master/src/main/java/com/github/fge/jsonschema/examples/Example1.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/java-json-tools/json-schema-validator/blob/master/src/main/java/com/github/fge/jsonschema/examples/Example1.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another way with limitations: &amp;nbsp;Talend Document object type can translate the JSON to XML if it is in a supported format in XML, and then use tXSDValidator. &amp;nbsp;However, if your JSON is very complex, with arrays, nodes with digits only, etc, you will need to use a library like above.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 19:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332809#M101651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T19:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a basic REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332810#M101652</link>
      <description>&lt;P&gt;I thought I can use&amp;nbsp;standard components. I don't really want to Validate JSON against a schema but just to validate that it is a valid JSON.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332810#M101652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T07:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a basic REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332811#M101653</link>
      <description>I need to validate json payload against json schema, can you please guide me how to do it with tjava and how to add the library. Thanks.</description>
      <pubDate>Tue, 12 Feb 2019 18:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-basic-REST-service/m-p/2332811#M101653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-12T18:20:20Z</dc:date>
    </item>
  </channel>
</rss>

