<?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: WSDL error with table parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415205#M1843909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try using different method for testing Eclipse ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use Java try to generate a client proxy and use it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 13:18:18 GMT</pubDate>
    <dc:creator>rosenberg_eitan</dc:creator>
    <dc:date>2014-06-26T13:18:18Z</dc:date>
    <item>
      <title>WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415197#M1843901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a new and strange problem with a web services.&lt;/P&gt;&lt;P&gt;I have created a wsdl starting from a function module.&lt;/P&gt;&lt;P&gt;My problem regards the table, when i try to consume the web service with Soap UI I have the following structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484699" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Like the code above says I can insert zero or more repetition of my table Ztabtest, but if I call the service whitout table item the service doesn't works and return the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484811" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484812" height="258" width="759" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_ST_MATCH_ELEMENT:XSLT exception.System expected the end of the element 'ZtabTest'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I fill the Table all works fine, but this is the first time that for a web service the table data seems to be obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415197#M1843901</guid>
      <dc:creator>alessandro_sassi_80</dc:creator>
      <dc:date>2014-06-26T09:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415198#M1843902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I that table needed as input parameter ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415198#M1843902</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-06-26T10:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415199#M1843903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, is not needed, but for web services even if the table are not flagged as optional you can call the service only with the tag &amp;lt;ZtabTest&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;/ZtabTest&amp;gt; without the item inside.&lt;/P&gt;&lt;P&gt;I can say that from my previous experiences with web services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415199#M1843903</guid>
      <dc:creator>alessandro_sassi_80</dc:creator>
      <dc:date>2014-06-26T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415200#M1843904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sassi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the WSDL, If you dont have any value for field also,we have to send that field otherwise it will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Name&amp;gt;A&amp;lt;/Name&amp;gt;.&amp;nbsp; - Case of Value for Name&lt;/P&gt;&lt;P&gt;&amp;lt;Name /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Case of No Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415200#M1843904</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2014-06-26T10:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415201#M1843905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please create a table type and use in in the export tab of the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484845" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484846" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484859" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415201#M1843905</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-06-26T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415202#M1843906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This don't solve my problems.&lt;/P&gt;&lt;P&gt;For example I'll explain a previous web service that works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/484883" width="450" /&gt;&lt;/P&gt;&lt;P&gt;In this case I receive in import two tables [mesureament_list - point list] and I return the message table.&lt;/P&gt;&lt;P&gt;The two table in import could be empty or not and obviously the message tab is called empty and filled by the function module whit the return message from bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This wsdl works fine even with empty tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could be this issue due to the component version?&lt;/P&gt;&lt;P&gt;It works on EHP7 for SAP ERP 6.0 an now i have problems with EHP4 FOR SAP ERP 6.0 / NW7.01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415202#M1843906</guid>
      <dc:creator>alessandro_sassi_80</dc:creator>
      <dc:date>2014-06-26T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415203#M1843907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you regenerate the service and use the new WSDL ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415203#M1843907</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-06-26T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415204#M1843908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Several times&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415204#M1843908</guid>
      <dc:creator>alessandro_sassi_80</dc:creator>
      <dc:date>2014-06-26T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415205#M1843909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try using different method for testing Eclipse ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use Java try to generate a client proxy and use it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 13:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415205#M1843909</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-06-26T13:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: WSDL error with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415206#M1843910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just expose the wsdl from Sap and then test it with the SoapUi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wsdl-error-with-table-parameter/m-p/10415206#M1843910</guid>
      <dc:creator>alessandro_sassi_80</dc:creator>
      <dc:date>2014-06-26T14:06:10Z</dc:date>
    </item>
  </channel>
</rss>

