<?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: Getting an Error while assigning the job to service in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-an-Error-while-assigning-the-job-to-service/m-p/2246918#M32271</link>
    <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Protocol mismatch for port -1: engine's protocol is http, the url protocol is https&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you set the wsdl service as "https" which probably cause this issue (The default is "http"). 
&lt;BR /&gt;&amp;lt;wsdl:service name="ff"&amp;gt; 
&lt;BR /&gt; &amp;lt;wsdl 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort name="ffPort" binding="tns:ffBinding"&amp;gt; 
&lt;BR /&gt; &amp;lt;soap:address location="https://localhost:8090/services/ff" /&amp;gt; 
&lt;BR /&gt; &amp;lt;/wsdl 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort&amp;gt; 
&lt;BR /&gt; &amp;lt;/wsdl:service&amp;gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCx7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152395i39C4D383E7390E03/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCx7.jpg" alt="0683p000009MCx7.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 17 Feb 2014 03:12:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-17T03:12:05Z</dc:date>
    <item>
      <title>Getting an Error while assigning the job to service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-an-Error-while-assigning-the-job-to-service/m-p/2246917#M32270</link>
      <description>Hello, 
&lt;BR /&gt;I have created the service in Talend esb and its wsdl schema is automatically generated in the xml metadata. 
&lt;BR /&gt;and when i right click on the service in this scenario storeList and assign the job then job is created 
&lt;BR /&gt;automatically in job design workspace. 
&lt;BR /&gt;There were two default components were there tESBProviderRequest and tESBProviderResponse. 
&lt;BR /&gt;Then I mapped the tESBProviderRequest to tlogRow and from tLogRow to tESBProviderResponse. 
&lt;BR /&gt;tESBProviderRequest ---&amp;gt; tlogrow ---&amp;gt; tESBProviderResponse. 
&lt;BR /&gt;and run the job I got the below error. 
&lt;BR /&gt;Exception in thread "Thread-1" javax.xml.ws.WebServiceException: java.lang.RuntimeException: Protocol mismatch for port -1: engine's protocol is http, the url protocol is https 
&lt;BR /&gt; at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:369) 
&lt;BR /&gt; at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:251) 
&lt;BR /&gt; at org.apache.cxf.jaxws.spi.ProviderImpl.createAndPublishEndpoint(ProviderImpl.java:152) 
&lt;BR /&gt; at javax.xml.ws.Endpoint.publish(Unknown Source) 
&lt;BR /&gt; at bista_esb_52.mage_api_model_server_wsi_handlerporttype_storelist_0_1.Mage_Api_Model_Server_Wsi_HandlerPortType_storeList$HandlerThread_tESBProviderRequest_1.run(Mage_Api_Model_Server_Wsi_HandlerPortType_storeList.java:744) 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: Protocol mismatch for port -1: engine's protocol is http, the url protocol is https 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.finalizeConfig(JettyHTTPDestination.java:162) 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPTransportFactory.getDestination(HTTPTransportFactory.java:307) 
&lt;BR /&gt; at org.apache.cxf.binding.soap.SoapTransportFactory.getDestination(SoapTransportFactory.java:142) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:93) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ServerImpl.&amp;lt;init&amp;gt;(ServerImpl.java:72) 
&lt;BR /&gt; at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:160) 
&lt;BR /&gt; at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211) 
&lt;BR /&gt; at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:454) 
&lt;BR /&gt; at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:334) 
&lt;BR /&gt; ... 4 more 
&lt;BR /&gt;Caused by: java.io.IOException: Protocol mismatch for port -1: engine's protocol is http, the url protocol is https 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(JettyHTTPServerEngineFactory.java:270) 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.retrieveEngine(JettyHTTPDestination.java:127) 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.finalizeConfig(JettyHTTPDestination.java:160) 
&lt;BR /&gt; ... 12 more 
&lt;BR /&gt; 
&lt;BR /&gt;Please suggest me or anyone has solutions to above please share it with me. 
&lt;BR /&gt;I tried the same thing in the Talend ESB 5.3.2 and Talend ESB 5.2.2. and in both versions I am getting the same error. 
&lt;BR /&gt;the wsdl which I am using is : " 
&lt;A href="http://adminnike.gostorego.com/api/wsi_soap/?wsdl" target="_blank" rel="nofollow noopener noreferrer"&gt;http://adminnike.gostorego.com/api/wsi_soap/?wsdl&lt;/A&gt;" 
&lt;BR /&gt;Thanking you, 
&lt;BR /&gt;with kind regards, 
&lt;BR /&gt;Akash S.</description>
      <pubDate>Sat, 16 Nov 2024 11:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-an-Error-while-assigning-the-job-to-service/m-p/2246917#M32270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an Error while assigning the job to service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-an-Error-while-assigning-the-job-to-service/m-p/2246918#M32271</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Protocol mismatch for port -1: engine's protocol is http, the url protocol is https&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you set the wsdl service as "https" which probably cause this issue (The default is "http"). 
&lt;BR /&gt;&amp;lt;wsdl:service name="ff"&amp;gt; 
&lt;BR /&gt; &amp;lt;wsdl 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort name="ffPort" binding="tns:ffBinding"&amp;gt; 
&lt;BR /&gt; &amp;lt;soap:address location="https://localhost:8090/services/ff" /&amp;gt; 
&lt;BR /&gt; &amp;lt;/wsdl 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort&amp;gt; 
&lt;BR /&gt; &amp;lt;/wsdl:service&amp;gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCx7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152395i39C4D383E7390E03/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCx7.jpg" alt="0683p000009MCx7.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 17 Feb 2014 03:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-an-Error-while-assigning-the-job-to-service/m-p/2246918#M32271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-17T03:12:05Z</dc:date>
    </item>
  </channel>
</rss>

