<?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 Data driven testing problem : Unexpected close tag in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198572#M1847</link>
    <description>&lt;P&gt;Hi &lt;BR /&gt;I have created a talend Greet service and assigned a job which is deployed on talend runtime server.&lt;BR /&gt;Now i want to do a performance testing on the same using Apache JMeter. I am trying to read names from a .csv file and send multiple request to test performance.&lt;BR /&gt;here is the request :&lt;BR /&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ser="&lt;A href="http://www.talend.org/service/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://www.talend.org/service/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;ser:greetRequest&amp;gt;&lt;BR /&gt;&amp;lt;in&amp;gt;${name}&amp;lt;/in&amp;gt;&lt;BR /&gt;&amp;lt;/ser:greetRequest&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;BR /&gt;&lt;BR /&gt;*name is the variable name defined as properties of CSV data config in Apapche JMeter.&lt;BR /&gt;It throws the following exception in talend log console:&lt;BR /&gt;com.ctc.wstx.exc.WstxParsingException: Unexpected close tag &amp;lt;/in&amp;gt;; expected &amp;lt;/EOF&amp;gt;.&lt;BR /&gt;at : &lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:606)&lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:479)&lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:464)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3283)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.readEndElem(BasicStreamReader.java:3210)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2829)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1072)&lt;BR /&gt;at org.apache.cxf.staxutils.DepthXMLStreamReader.next(DepthXMLStreamReader.java:220)&lt;BR /&gt;at org.apache.cxf.staxutils.DepthXMLStreamReader.next(DepthXMLStreamReader.java:220)&lt;BR /&gt;at org.apache.cxf.staxutils.FragmentStreamReader.next(FragmentStreamReader.java:100)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:735)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:694)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:618)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:556)&lt;BR /&gt;at customerregistration.greetingserviceporttype_greet_0_1.GreetingServicePortType_greet$ESBProvider_tESBProviderRequest_1.invoke(GreetingServicePortType_greet.java:568)&lt;BR /&gt;at &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But if i send static request, value for name, from soapUI or even in Apache JMeter, it works fine. &lt;BR /&gt;Could you please help me to solve this problem.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:48:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:48:47Z</dc:date>
    <item>
      <title>Data driven testing problem : Unexpected close tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198572#M1847</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;I have created a talend Greet service and assigned a job which is deployed on talend runtime server.&lt;BR /&gt;Now i want to do a performance testing on the same using Apache JMeter. I am trying to read names from a .csv file and send multiple request to test performance.&lt;BR /&gt;here is the request :&lt;BR /&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ser="&lt;A href="http://www.talend.org/service/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://www.talend.org/service/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;ser:greetRequest&amp;gt;&lt;BR /&gt;&amp;lt;in&amp;gt;${name}&amp;lt;/in&amp;gt;&lt;BR /&gt;&amp;lt;/ser:greetRequest&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;BR /&gt;&lt;BR /&gt;*name is the variable name defined as properties of CSV data config in Apapche JMeter.&lt;BR /&gt;It throws the following exception in talend log console:&lt;BR /&gt;com.ctc.wstx.exc.WstxParsingException: Unexpected close tag &amp;lt;/in&amp;gt;; expected &amp;lt;/EOF&amp;gt;.&lt;BR /&gt;at : &lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:606)&lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:479)&lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:464)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3283)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.readEndElem(BasicStreamReader.java:3210)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2829)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1072)&lt;BR /&gt;at org.apache.cxf.staxutils.DepthXMLStreamReader.next(DepthXMLStreamReader.java:220)&lt;BR /&gt;at org.apache.cxf.staxutils.DepthXMLStreamReader.next(DepthXMLStreamReader.java:220)&lt;BR /&gt;at org.apache.cxf.staxutils.FragmentStreamReader.next(FragmentStreamReader.java:100)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:735)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:694)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:618)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:556)&lt;BR /&gt;at customerregistration.greetingserviceporttype_greet_0_1.GreetingServicePortType_greet$ESBProvider_tESBProviderRequest_1.invoke(GreetingServicePortType_greet.java:568)&lt;BR /&gt;at &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But if i send static request, value for name, from soapUI or even in Apache JMeter, it works fine. &lt;BR /&gt;Could you please help me to solve this problem.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198572#M1847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven testing problem : Unexpected close tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198573#M1848</link>
      <description>Hi,&lt;BR /&gt;just a quick question - do you encode the input "name" value? I mean - if there are any 'not-encoded' characters, the parser may and probably will fail  So you rather specify used encoding (UTF-8?) and encode the input anyway (e.g. for &amp;amp; ).&lt;BR /&gt;Best regards&lt;BR /&gt;          Gabriel</description>
      <pubDate>Mon, 02 Dec 2013 10:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198573#M1848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T10:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven testing problem : Unexpected close tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198574#M1849</link>
      <description>The problem was with Apache JMeter, it was unable to read the csv file that i had provided. So, i got the solution.&lt;BR /&gt;Thanks for the reply.</description>
      <pubDate>Mon, 02 Dec 2013 15:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-driven-testing-problem-Unexpected-close-tag/m-p/2198574#M1849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T15:25:37Z</dc:date>
    </item>
  </channel>
</rss>

