<?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 Service &amp; soapUI in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231344#M21674</link>
    <description>&lt;P&gt;Hi guys,&lt;BR /&gt;I'm trying to test a Data Service from soapUI and it seems that the generated WSDL is malformed : &lt;BR /&gt;ERROR:javax.wsdl.WSDLException: WSDLException (at /HTML): faultCode=INVALID_WSDL: Expected element '{&lt;A href="http://schemas.xmlsoap.org/wsdl/}definitions" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/}definitions&lt;/A&gt;'.&lt;BR /&gt;My data service is quite simple : &lt;BR /&gt;tESBProdiverRequest --&amp;gt; tESBProdiverResponse&lt;BR /&gt;All default component parameters, nothing configure..&lt;BR /&gt;Thanks,&lt;BR /&gt;Bahaaldine&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 12:50:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:50:36Z</dc:date>
    <item>
      <title>Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231344#M21674</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;I'm trying to test a Data Service from soapUI and it seems that the generated WSDL is malformed : &lt;BR /&gt;ERROR:javax.wsdl.WSDLException: WSDLException (at /HTML): faultCode=INVALID_WSDL: Expected element '{&lt;A href="http://schemas.xmlsoap.org/wsdl/}definitions" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/}definitions&lt;/A&gt;'.&lt;BR /&gt;My data service is quite simple : &lt;BR /&gt;tESBProdiverRequest --&amp;gt; tESBProdiverResponse&lt;BR /&gt;All default component parameters, nothing configure..&lt;BR /&gt;Thanks,&lt;BR /&gt;Bahaaldine&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231344#M21674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231345#M21675</link>
      <description>That's interesting, can you attach the WSDL generated by Data Service.&lt;BR /&gt;Where do you run your service in Studio or in the Runtime?&lt;BR /&gt;Please make sure you see the WSDL by the URL you give in the SOAP UI.</description>
      <pubDate>Mon, 27 Jun 2011 10:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231345#M21675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-27T10:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231346#M21676</link>
      <description>Hi Renat, 
&lt;BR /&gt;I run the service directly in the studio and 
&lt;BR /&gt;I see the WSDL when I copy &amp;amp; paste the URL in my web browser. 
&lt;BR /&gt;Below the generated WSDL. 
&lt;BR /&gt; 
&lt;PRE&gt;&lt;BR /&gt;&amp;lt;DEFINITIONS WSDL="http://schemas.xmlsoap.org/wsdl/" name="LOCALPROJECT_ProviderJobFirstRequestResponse" targetnamespace="http://talend.org/esb/service/job"&amp;gt;&lt;BR /&gt;&amp;lt;TYPES&amp;gt;&lt;BR /&gt;&amp;lt;SCHEMA XSD="http://www.w3.org/2001/XMLSchema" attributeformdefault="unqualified" elementformdefault="qualified" targetnamespace="http://talend.org/esb/service/job"&amp;gt;&lt;BR /&gt;&amp;lt;ELEMENT name="invokeInput" nillable="true" type="xsd:anyType"&amp;gt;&amp;lt;/ELEMENT&amp;gt;&lt;BR /&gt;&amp;lt;ELEMENT name="invokeOutput" nillable="true" type="xsd:anyType"&amp;gt;&amp;lt;/ELEMENT&amp;gt;&lt;BR /&gt;&amp;lt;/SCHEMA&amp;gt;&lt;BR /&gt;&amp;lt;/TYPES&amp;gt;&lt;BR /&gt;&amp;lt;MESSAGE name="invoke"&amp;gt;&lt;BR /&gt;&amp;lt;PART element="tns:invokeInput" name="request"&amp;gt;&amp;lt;/PART&amp;gt;&lt;BR /&gt;&amp;lt;/MESSAGE&amp;gt;&lt;BR /&gt;&amp;lt;MESSAGE name="invokeResponse"&amp;gt;&lt;BR /&gt;&amp;lt;PART element="tns:invokeOutput" name="response"&amp;gt;&amp;lt;/PART&amp;gt;&lt;BR /&gt;&amp;lt;/MESSAGE&amp;gt;&lt;BR /&gt;&amp;lt;PORTTYPE name="LOCALPROJECT_ProviderJobFirstRequestResponse"&amp;gt;&lt;BR /&gt;&amp;lt;OPERATION name="invoke"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT message="tns:invoke" name="invoke" /&amp;gt;&lt;BR /&gt;&amp;lt;OUTPUT message="tns:invokeResponse" name="invokeResponse"&amp;gt;&amp;lt;/OUTPUT&amp;gt;&lt;BR /&gt;&amp;lt;/OPERATION&amp;gt;&lt;BR /&gt;&amp;lt;/PORTTYPE&amp;gt;&lt;BR /&gt;&amp;lt;BINDING name="LOCALPROJECT_ProviderJobFirstRequestResponseSoapBinding" type="tns:LOCALPROJECT_ProviderJobFirstRequestResponse"&amp;gt;&lt;BR /&gt;&amp;lt;BINDING SOAP="http://schemas.xmlsoap.org/wsdl/soap/" style="document" transport="http://schemas.xmlsoap.org/soap/http"&amp;gt;&amp;lt;/BINDING&amp;gt;&lt;BR /&gt;&amp;lt;OPERATION name="invoke"&amp;gt;&lt;BR /&gt;&amp;lt;OPERATION SOAP="http://schemas.xmlsoap.org/wsdl/soap/" soapaction="http://talend.org/esb/service/job/invoke" style="document"&amp;gt;&amp;lt;/OPERATION&amp;gt;&lt;BR /&gt;&amp;lt;INPUT name="invoke"&amp;gt;&lt;BR /&gt;&amp;lt;BODY SOAP="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"&amp;gt;&amp;lt;/BODY&amp;gt;&lt;BR /&gt;&amp;lt;/INPUT&amp;gt;&lt;BR /&gt;&amp;lt;OUTPUT name="invokeResponse"&amp;gt;&lt;BR /&gt;&amp;lt;BODY SOAP="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"&amp;gt;&amp;lt;/BODY&amp;gt;&lt;BR /&gt;&amp;lt;/OUTPUT&amp;gt;&lt;BR /&gt;&amp;lt;/OPERATION&amp;gt;&lt;BR /&gt;&amp;lt;/BINDING&amp;gt;&lt;BR /&gt;&amp;lt;SERVICE name="LOCALPROJECT_ProviderJobFirstRequestResponse"&amp;gt;&lt;BR /&gt;&amp;lt;PORT binding="tns:LOCALPROJECT_ProviderJobFirstRequestResponseSoapBinding" name="LOCALPROJECT_ProviderJobFirstRequestResponse_Port"&amp;gt;&lt;BR /&gt;&amp;lt;ADDRESS SOAP="http://schemas.xmlsoap.org/wsdl/soap/" location="http://127.0.0.1:8088/esb/provider"&amp;gt;&amp;lt;/ADDRESS&amp;gt;&lt;BR /&gt;&amp;lt;/PORT&amp;gt;&lt;BR /&gt;&amp;lt;/SERVICE&amp;gt;&lt;BR /&gt;&amp;lt;/DEFINITIONS&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jun 2011 11:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231346#M21676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-27T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231347#M21677</link>
      <description>BTW, there is also a missing namespace alias (for the targetNamespace) in the generated WSDL :&lt;BR /&gt;&lt;PRE&gt;&lt;MESSAGE name="invoke"&gt;&lt;BR /&gt;&lt;PART element="tns:invokeInput" name="request"&gt;&lt;/PART&gt;&lt;BR /&gt;&lt;/MESSAGE&gt;&lt;/PRE&gt;&lt;BR /&gt;The namespace for alias "tns" is not defined.</description>
      <pubDate>Mon, 27 Jun 2011 11:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231347#M21677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-27T11:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231348#M21678</link>
      <description>That's very strange. In your first post SOAPUI were not able to find '{http://schemas.xmlsoap.org/wsdl/}definitions'' which is a root WSDL element. It was apparently getting an HTML response from the server (404?). I was able to reproduce the missing namespace issue, however it is not the issue you have, could you please recheck and post the exception from the SOAPUI again?</description>
      <pubDate>Mon, 27 Jun 2011 11:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231348#M21678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-27T11:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231349#M21679</link>
      <description>Ok I think that we can forget the first issue because it was due to my customer network ... 
&lt;BR /&gt;But as you saw the namespace issue is still there 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 27 Jun 2011 18:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231349#M21679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-27T18:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Service &amp; soapUI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231350#M21680</link>
      <description>Yup. Good that you found it! I created a JIRA: 
&lt;A href="https://jira.sopera.de/browse/TESB-2125" rel="nofollow noopener noreferrer"&gt;https://jira.sopera.de/browse/TESB-2125&lt;/A&gt; I still have a feeling that undeclared namespace prefix in the name of the operation does not disturb anyone, I mean SOAPUI works with it, as well as CXF consumers. It just don't feel right but in practice still works. Going to fix it anyway.</description>
      <pubDate>Mon, 27 Jun 2011 18:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Service-soapUI/m-p/2231350#M21680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-27T18:54:22Z</dc:date>
    </item>
  </channel>
</rss>

