<?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 [resolved] tWebService - &amp;quot;You must provide a Map to create a complexType&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-quot-You-must-provide-a-Map-to-create-a/m-p/2246369#M31916</link>
    <description>This Error comes as soon as i try to set tWebservice parameter to a list with complexTypes.. List&amp;lt;String[]&amp;gt; for example
&lt;BR /&gt;Did anyone had success creating such Map?</description>
    <pubDate>Tue, 14 Aug 2012 15:05:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-14T15:05:00Z</dc:date>
    <item>
      <title>[resolved] tWebService - "You must provide a Map to create a complexType"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-quot-You-must-provide-a-Map-to-create-a/m-p/2246369#M31916</link>
      <description>This Error comes as soon as i try to set tWebservice parameter to a list with complexTypes.. List&amp;lt;String[]&amp;gt; for example
&lt;BR /&gt;Did anyone had success creating such Map?</description>
      <pubDate>Tue, 14 Aug 2012 15:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-quot-You-must-provide-a-Map-to-create-a/m-p/2246369#M31916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-14T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tWebService - "You must provide a Map to create a complexType"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-quot-You-must-provide-a-Map-to-create-a/m-p/2246370#M31917</link>
      <description>i resolved it myself.. 
&lt;BR /&gt;here is the code to correctly map an complexObjectArray 
&lt;BR /&gt; 
&lt;PRE&gt;java.util.List&amp;lt;java.util.Map&amp;lt;String,String&amp;gt;&amp;gt; arguments = new java.util.ArrayList&amp;lt;java.util.Map&amp;lt;String,String&amp;gt;&amp;gt;();&lt;BR /&gt;java.util.Map&amp;lt;String, String&amp;gt; argMap = new java.util.HashMap&amp;lt;String, String&amp;gt;();&lt;BR /&gt;argMap.put("key", "entity_id");&lt;BR /&gt;argMap.put("value", "777");&lt;BR /&gt;arguments.add(argMap);&lt;BR /&gt;row.myArguments = arguments; //or globalMap.put("myArguments", arguments); //whatever you may use..&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-quot-You-must-provide-a-Map-to-create-a/m-p/2246370#M31917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-14T20:20:36Z</dc:date>
    </item>
  </channel>
</rss>

