<?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 Edit Proxy generated data type WSDL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756403#M2022202</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I'm new to Proxy and facing some trouble maintaining one already exists.&lt;/P&gt;
  &lt;P&gt;I have a new z_report that calls a wsdl service containing methods and all generated proxy structure/tables.&lt;/P&gt;
  &lt;P&gt;Specifically, I have 2 methods using the same structure, one in input and one in output as response but they need 2 different datatype to get the result I need.&lt;/P&gt;
  &lt;P&gt;The zsddatetime_z and *_long_z work for the input one, but not for the output.&lt;/P&gt;
  &lt;P&gt;The xsddatetime_iso works for the output one, but not the input.&lt;/P&gt;
  &lt;P&gt;Tried also to set as STRING, but have the same problem, working just in output.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229409-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;The error when I use it in input is the following&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229410-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Is there any possibility to give different data type even if they use the same structure?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 10:04:51 GMT</pubDate>
    <dc:creator>zhlish</dc:creator>
    <dc:date>2023-12-05T10:04:51Z</dc:date>
    <item>
      <title>Edit Proxy generated data type WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756403#M2022202</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I'm new to Proxy and facing some trouble maintaining one already exists.&lt;/P&gt;
  &lt;P&gt;I have a new z_report that calls a wsdl service containing methods and all generated proxy structure/tables.&lt;/P&gt;
  &lt;P&gt;Specifically, I have 2 methods using the same structure, one in input and one in output as response but they need 2 different datatype to get the result I need.&lt;/P&gt;
  &lt;P&gt;The zsddatetime_z and *_long_z work for the input one, but not for the output.&lt;/P&gt;
  &lt;P&gt;The xsddatetime_iso works for the output one, but not the input.&lt;/P&gt;
  &lt;P&gt;Tried also to set as STRING, but have the same problem, working just in output.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229409-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;The error when I use it in input is the following&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229410-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Is there any possibility to give different data type even if they use the same structure?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 10:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756403#M2022202</guid>
      <dc:creator>zhlish</dc:creator>
      <dc:date>2023-12-05T10:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Proxy generated data type WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756404#M2022203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, if it is using same structure, you cannot give two different data types. Also, the data type you try to use should be compatible in both environment(Consumer and Provider). &lt;/P&gt;&lt;P&gt;If your request data is getting copied as is in your response data, I do not see any reason for it not to process on either side, unless your proxy call is processing it in different way.&lt;/P&gt;&lt;P&gt;Only option I can think of is to create two different message types and use them in your input and output. &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hardik&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 07:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756404#M2022203</guid>
      <dc:creator>h_hkpatel93</dc:creator>
      <dc:date>2023-12-08T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Proxy generated data type WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756405#M2022204</link>
      <description>&lt;P&gt;If it's STRING, you handle it yourself, there can't be an issue due to the framework. It's only due to your code, or to misunderstanding what is expected.&lt;/P&gt;&lt;P&gt;NB: having two different data types for the same WSDL definition reveals a very bad design, could you share it please to prove what you say? (I hope you are speaking WSDL language)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 07:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-proxy-generated-data-type-wsdl/m-p/12756405#M2022204</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-08T07:48:32Z</dc:date>
    </item>
  </channel>
</rss>

