<?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: [resolved] Using scheduleTaskForInstantRunResponse in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-scheduleTaskForInstantRunResponse/m-p/2226792#M18598</link>
    <description>Created this WSDL, and I am now able to use it to create a web service client and call scheduleTaskForInstantRun: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;wsdl:definitions&lt;BR /&gt;  targetNamespace="http://webservices.administrator.talend.org"&lt;BR /&gt;  xmlns:impl="http://webservices.administrator.talend.org"&lt;BR /&gt;  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&lt;BR /&gt;  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"&lt;BR /&gt;  xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"&lt;BR /&gt;  xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:types&amp;gt;&lt;BR /&gt;    &amp;lt;schema targetNamespace="http://webservices.administrator.talend.org" xmlns="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;BR /&gt;      &amp;lt;import namespace="http://schemas.xmlsoap.org/soap/encoding/" /&amp;gt;&lt;BR /&gt;      &amp;lt;complexType name="ArrayOfArrayOf_xsd_string"&amp;gt;&lt;BR /&gt;        &amp;lt;complexContent&amp;gt;&lt;BR /&gt;          &amp;lt;restriction base="soapenc:Array"&amp;gt;&lt;BR /&gt;            &amp;lt;attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:string[][]" /&amp;gt;&lt;BR /&gt;          &amp;lt;/restriction&amp;gt;&lt;BR /&gt;        &amp;lt;/complexContent&amp;gt;&lt;BR /&gt;      &amp;lt;/complexType&amp;gt;&lt;BR /&gt;    &amp;lt;/schema&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:types&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="initSessionResponse"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="initSessionResponse" type="soapenc:string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="scheduleTaskForInstantRunResponse"&amp;gt;&amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="closeSessionResponse"&amp;gt;&amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="initSessionRequest"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="login" type="soapenc:string" /&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="password" type="soapenc:string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="closeSessionRequest"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="sessionId" type="soapenc:string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="scheduleTaskForInstantRunRequest"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="sessionId" type="soapenc:string" /&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="idTask" type="xsd:int" /&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="queueIfNecessary" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;    &amp;lt;!-- note that since we can't make a part optional, if there are no parameters, { {"", ""} } should be passed in --&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="contextParams" type="impl:ArrayOfArrayOf_xsd_string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:portType name="AdministratorWebService"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="initSession" parameterOrder="login password"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input message="impl:initSessionRequest" name="initSessionRequest"/&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output message="impl:initSessionResponse" name="initSessionResponse"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="closeSession" parameterOrder="sessionId"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input message="impl:closeSessionRequest" name="closeSessionRequest"/&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output message="impl:closeSessionResponse" name="closeSessionResponse"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="scheduleTaskForInstantRun" parameterOrder="sessionId idTask queueIfNecessary contextParams"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input message="impl:scheduleTaskForInstantRunRequest" name="scheduleTaskForInstantRunRequest"/&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output message="impl:scheduleTaskForInstantRunResponse" name="scheduleTaskForInstantRunResponse"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:portType&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:binding name="AdministratorWebServiceSoapBinding" type="impl:AdministratorWebService"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="initSession"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:operation soapAction="" /&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input name="initSessionRequest"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output name="initSessionResponse"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="closeSession"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:operation soapAction="" /&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input name="closeSessionRequest"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output name="closeSessionResponse"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="scheduleTaskForInstantRun"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:operation soapAction="" /&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input name="scheduleTaskForInstantRunRequest"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body namespace="http://webservices.administrator.talend.org" use="literal" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output name="scheduleTaskForInstantRunResponse"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:binding&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:service name="AdministratorWebServiceService"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:port binding="impl:AdministratorWebServiceSoapBinding" name="AdministratorWebService"&amp;gt;&lt;BR /&gt;      &amp;lt;!-- dummy URL; will need to set endpoint in code --&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:address location="http://example.com:8080/org.talend.administrator/services/AdministratorWebService"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:port&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:service&amp;gt;&lt;BR /&gt;&amp;lt;/wsdl:definitions&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 12 Sep 2012 19:23:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-12T19:23:28Z</dc:date>
    <item>
      <title>[resolved] Using scheduleTaskForInstantRunResponse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-scheduleTaskForInstantRunResponse/m-p/2226791#M18597</link>
      <description>I'm having a problem using the scheduleTaskForInstantRunResponse method of the AdministratorWebService. Specifically, I'm unable to generate a valid client with the WSDL (http://TAC_ADMIN_URL/services/AdministratorWebService?wsdl) exposed.
&lt;BR /&gt;Using, say, Axis2 or wsimport to create a client, the calls to this method will fail (org.xml.sax.SAXException: Found character data inside an array element while deserializing). If I write the XML by hand, things work OK but I think we should be able to expect the WSDL to match the necessary call.
&lt;BR /&gt;Has anyone had any luck using this web service call?</description>
      <pubDate>Mon, 10 Sep 2012 16:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-scheduleTaskForInstantRunResponse/m-p/2226791#M18597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-10T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Using scheduleTaskForInstantRunResponse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-scheduleTaskForInstantRunResponse/m-p/2226792#M18598</link>
      <description>Created this WSDL, and I am now able to use it to create a web service client and call scheduleTaskForInstantRun: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;wsdl:definitions&lt;BR /&gt;  targetNamespace="http://webservices.administrator.talend.org"&lt;BR /&gt;  xmlns:impl="http://webservices.administrator.talend.org"&lt;BR /&gt;  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&lt;BR /&gt;  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"&lt;BR /&gt;  xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"&lt;BR /&gt;  xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:types&amp;gt;&lt;BR /&gt;    &amp;lt;schema targetNamespace="http://webservices.administrator.talend.org" xmlns="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;BR /&gt;      &amp;lt;import namespace="http://schemas.xmlsoap.org/soap/encoding/" /&amp;gt;&lt;BR /&gt;      &amp;lt;complexType name="ArrayOfArrayOf_xsd_string"&amp;gt;&lt;BR /&gt;        &amp;lt;complexContent&amp;gt;&lt;BR /&gt;          &amp;lt;restriction base="soapenc:Array"&amp;gt;&lt;BR /&gt;            &amp;lt;attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:string[][]" /&amp;gt;&lt;BR /&gt;          &amp;lt;/restriction&amp;gt;&lt;BR /&gt;        &amp;lt;/complexContent&amp;gt;&lt;BR /&gt;      &amp;lt;/complexType&amp;gt;&lt;BR /&gt;    &amp;lt;/schema&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:types&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="initSessionResponse"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="initSessionResponse" type="soapenc:string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="scheduleTaskForInstantRunResponse"&amp;gt;&amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="closeSessionResponse"&amp;gt;&amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="initSessionRequest"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="login" type="soapenc:string" /&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="password" type="soapenc:string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="closeSessionRequest"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="sessionId" type="soapenc:string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:message name="scheduleTaskForInstantRunRequest"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="sessionId" type="soapenc:string" /&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="idTask" type="xsd:int" /&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="queueIfNecessary" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;    &amp;lt;!-- note that since we can't make a part optional, if there are no parameters, { {"", ""} } should be passed in --&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:part name="contextParams" type="impl:ArrayOfArrayOf_xsd_string" /&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:portType name="AdministratorWebService"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="initSession" parameterOrder="login password"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input message="impl:initSessionRequest" name="initSessionRequest"/&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output message="impl:initSessionResponse" name="initSessionResponse"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="closeSession" parameterOrder="sessionId"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input message="impl:closeSessionRequest" name="closeSessionRequest"/&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output message="impl:closeSessionResponse" name="closeSessionResponse"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="scheduleTaskForInstantRun" parameterOrder="sessionId idTask queueIfNecessary contextParams"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input message="impl:scheduleTaskForInstantRunRequest" name="scheduleTaskForInstantRunRequest"/&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output message="impl:scheduleTaskForInstantRunResponse" name="scheduleTaskForInstantRunResponse"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:portType&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:binding name="AdministratorWebServiceSoapBinding" type="impl:AdministratorWebService"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="initSession"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:operation soapAction="" /&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input name="initSessionRequest"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output name="initSessionResponse"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="closeSession"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:operation soapAction="" /&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input name="closeSessionRequest"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output name="closeSessionResponse"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:operation name="scheduleTaskForInstantRun"&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:operation soapAction="" /&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:input name="scheduleTaskForInstantRunRequest"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body namespace="http://webservices.administrator.talend.org" use="literal" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;      &amp;lt;wsdl:output name="scheduleTaskForInstantRunResponse"&amp;gt;&lt;BR /&gt;        &amp;lt;wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.administrator.talend.org" use="encoded" /&amp;gt;&lt;BR /&gt;      &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:binding&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:service name="AdministratorWebServiceService"&amp;gt;&lt;BR /&gt;    &amp;lt;wsdl:port binding="impl:AdministratorWebServiceSoapBinding" name="AdministratorWebService"&amp;gt;&lt;BR /&gt;      &amp;lt;!-- dummy URL; will need to set endpoint in code --&amp;gt;&lt;BR /&gt;      &amp;lt;wsdlsoap:address location="http://example.com:8080/org.talend.administrator/services/AdministratorWebService"/&amp;gt;&lt;BR /&gt;    &amp;lt;/wsdl:port&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:service&amp;gt;&lt;BR /&gt;&amp;lt;/wsdl:definitions&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-scheduleTaskForInstantRunResponse/m-p/2226792#M18598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:23:28Z</dc:date>
    </item>
  </channel>
</rss>

