<?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 Talend Administrator webservice call in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205926#M6193</link>
    <description>I'm trying to send context parameters as {{"TaskId","12345"},{"FileSet","something"}} 
&lt;BR /&gt;I do have created TaskId and FileSet as context params. 
&lt;BR /&gt;When i do a webservice call it is giving exception :: 
&lt;BR /&gt; AxisFault 
&lt;BR /&gt; faultCode: { 
&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server.userException" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;/A&gt; 
&lt;BR /&gt; faultSubcode: 
&lt;BR /&gt; faultString: org.xml.sax.SAXException: Found character data inside an array element while deserializing 
&lt;BR /&gt; faultActor: 
&lt;BR /&gt; faultNode: 
&lt;BR /&gt; faultDetail: 
&lt;BR /&gt; { 
&lt;A href="http://xml.apache.org/axis/}hostname:SoWo-SQL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}hostname&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;oWo-SQL&lt;/A&gt; 
&lt;BR /&gt;org.xml.sax.SAXException: Found character data inside an array element while deserializing 
&lt;BR /&gt; at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) 
&lt;BR /&gt; at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) 
&lt;BR /&gt; at javax.xml.parsers.SAXParser.parse(Unknown Source) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) 
&lt;BR /&gt; at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) 
&lt;BR /&gt; at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) 
&lt;BR /&gt; at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) 
&lt;BR /&gt; at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) 
&lt;BR /&gt; at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2767) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2443) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2366) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:1812) 
&lt;BR /&gt; at org.talend.administrator.webservices.AdministratorWebServiceSoapBindingStub.scheduleTaskForInstantRun(AdministratorWebServiceSoapBindingStub.java:246) 
&lt;BR /&gt; at org.talend.administrator.webservices.AdministratorWebServiceProxy.scheduleTaskForInstantRun(AdministratorWebServiceProxy.java:62) 
&lt;BR /&gt; at testJMSXML.LaunchTask(testJMSXML.java:25) 
&lt;BR /&gt; at testJMSXML.main(testJMSXML.java:36)</description>
    <pubDate>Sat, 16 Nov 2024 13:14:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:14:41Z</dc:date>
    <item>
      <title>Talend Administrator webservice call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205926#M6193</link>
      <description>I'm trying to send context parameters as {{"TaskId","12345"},{"FileSet","something"}} 
&lt;BR /&gt;I do have created TaskId and FileSet as context params. 
&lt;BR /&gt;When i do a webservice call it is giving exception :: 
&lt;BR /&gt; AxisFault 
&lt;BR /&gt; faultCode: { 
&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server.userException" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;/A&gt; 
&lt;BR /&gt; faultSubcode: 
&lt;BR /&gt; faultString: org.xml.sax.SAXException: Found character data inside an array element while deserializing 
&lt;BR /&gt; faultActor: 
&lt;BR /&gt; faultNode: 
&lt;BR /&gt; faultDetail: 
&lt;BR /&gt; { 
&lt;A href="http://xml.apache.org/axis/}hostname:SoWo-SQL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}hostname&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;oWo-SQL&lt;/A&gt; 
&lt;BR /&gt;org.xml.sax.SAXException: Found character data inside an array element while deserializing 
&lt;BR /&gt; at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) 
&lt;BR /&gt; at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) 
&lt;BR /&gt; at javax.xml.parsers.SAXParser.parse(Unknown Source) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) 
&lt;BR /&gt; at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) 
&lt;BR /&gt; at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) 
&lt;BR /&gt; at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) 
&lt;BR /&gt; at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) 
&lt;BR /&gt; at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2767) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2443) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2366) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:1812) 
&lt;BR /&gt; at org.talend.administrator.webservices.AdministratorWebServiceSoapBindingStub.scheduleTaskForInstantRun(AdministratorWebServiceSoapBindingStub.java:246) 
&lt;BR /&gt; at org.talend.administrator.webservices.AdministratorWebServiceProxy.scheduleTaskForInstantRun(AdministratorWebServiceProxy.java:62) 
&lt;BR /&gt; at testJMSXML.LaunchTask(testJMSXML.java:25) 
&lt;BR /&gt; at testJMSXML.main(testJMSXML.java:36)</description>
      <pubDate>Sat, 16 Nov 2024 13:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205926#M6193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administrator webservice call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205927#M6194</link>
      <description>Hello 
&lt;BR /&gt;The article is very old, the package org.talend.administrator.webservices.* have been updated more. It don't support passing context parameters like that. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 20 Oct 2010 02:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205927#M6194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-20T02:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administrator webservice call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205928#M6195</link>
      <description>Thanks for the reply..
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;It don't support passing context parameters like that.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;then how can I send the context parameters to the job?</description>
      <pubDate>Wed, 20 Oct 2010 15:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205928#M6195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-20T15:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administrator webservice call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205929#M6196</link>
      <description>Hello 
&lt;BR /&gt;I have confirmed with our colleague who written this article and he tell me that the context array don't accept any parameters. If you want to integrate Talend job into Eclipse, please see the following topics, I also show how to send the context parameter s to the job in the demo. 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=11713#p11713" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=11713#p11713&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoNCCA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Problem-in-transport/td-p/94088&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCocVCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/transport-data-from-dbf-to-Netbeans/td-p/95904&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtNcCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Reading-java-or-protobuf-object/td-p/63511&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 21 Oct 2010 06:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205929#M6196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-21T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administrator webservice call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205930#M6197</link>
      <description>It is an interesting way to answer questions by the Talend team. 
&lt;BR /&gt;First, to say that article on official company's WIKI is old and no longer valid but not to provide a link to a correct one or to replace obsolete article. 
&lt;BR /&gt;Second, when explicitly asked about correct solution, provide several links to a completely different problem. (The question was about calling Talend job as a web service WITH context parameters but NOT about embedding Talend job in another application). 
&lt;BR /&gt;I am having the same problem and extensive search of Talendforge or the whole WWW did not reveal an answer. 
&lt;BR /&gt;I've got an impression that Talend QA team never had such test case executed. 
&lt;BR /&gt;BTW, during on-site training by the company trainer, I did ask that question but trainer did not know the answer either. :-((</description>
      <pubDate>Sun, 29 Jan 2012 23:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205930#M6197</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-29T23:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administrator webservice call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205931#M6198</link>
      <description>It is an interesting way to answer questions by the Talend team. 
&lt;BR /&gt;First, to say that article on official company's WIKI is old and no longer valid but not to provide a link to a correct one or to replace obsolete article. 
&lt;BR /&gt;Second, when explicitly asked about correct solution, provide several links to a completely different problem. (The question was about calling Talend job as a web service WITH context parameters but NOT about embedding Talend job in another application). 
&lt;BR /&gt;I am having the same problem and extensive search of Talendforge or the whole WWW did not reveal an answer. 
&lt;BR /&gt;I've got an impression that Talend QA team never had such test case executed. 
&lt;BR /&gt;BTW, during on-site training by the company trainer, I did ask that question but trainer did not know the answer either. :-((</description>
      <pubDate>Sun, 29 Jan 2012 23:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administrator-webservice-call/m-p/2205931#M6198</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-29T23:41:11Z</dc:date>
    </item>
  </channel>
</rss>

