<?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 Payload consumption - silly error message? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905436#M1690219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a Client Proxy webservice implementation. I'm getting a confusing error message from SAP when trying to view the payloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My the logic looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CREATE OBJECT &lt;EM&gt;my client proxy&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; lo_payload_protocol ?= &lt;EM&gt;my client proxy&lt;/EM&gt;&lt;SPAN class="L0S70"&gt;-&amp;gt;get_protocol&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;if_wsprotocol&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;payload &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp; CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;lo_payload_protocol&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;ANNOUNCE_PAYLOAD_CONSUMPTION&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;&lt;EM&gt;my client proxy webservice&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;lo_payload_protocol-&lt;SPAN class="L0S70"&gt;&amp;gt;&lt;/SPAN&gt;get_sent_request_payload&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;lo_payload_protocol-&lt;SPAN class="L0S70"&gt;&amp;gt;&lt;/SPAN&gt;get_sent_response_payload&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can see the request payload fine, it works as expected. However when I try to view the response payload, SAP gives me a strange error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Payload consumption has not been announced (see note 1118825)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems strange to me as I am announcing the consumption, and it works for the request payload!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice is much appreciated! I'm currently wondering if the reponse from the external webservice provider is not being handled correctly and SAP is just mis-reporting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stuart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2012 09:26:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-03T09:26:30Z</dc:date>
    <item>
      <title>Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905436#M1690219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a Client Proxy webservice implementation. I'm getting a confusing error message from SAP when trying to view the payloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My the logic looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CREATE OBJECT &lt;EM&gt;my client proxy&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; lo_payload_protocol ?= &lt;EM&gt;my client proxy&lt;/EM&gt;&lt;SPAN class="L0S70"&gt;-&amp;gt;get_protocol&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;if_wsprotocol&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;payload &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp; CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;lo_payload_protocol&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;ANNOUNCE_PAYLOAD_CONSUMPTION&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;&lt;EM&gt;my client proxy webservice&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;lo_payload_protocol-&lt;SPAN class="L0S70"&gt;&amp;gt;&lt;/SPAN&gt;get_sent_request_payload&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;lo_payload_protocol-&lt;SPAN class="L0S70"&gt;&amp;gt;&lt;/SPAN&gt;get_sent_response_payload&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can see the request payload fine, it works as expected. However when I try to view the response payload, SAP gives me a strange error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Payload consumption has not been announced (see note 1118825)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems strange to me as I am announcing the consumption, and it works for the request payload!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice is much appreciated! I'm currently wondering if the reponse from the external webservice provider is not being handled correctly and SAP is just mis-reporting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stuart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 09:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905436#M1690219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-03T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905437#M1690220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you just post this or had you you done what the message told you to do?&lt;/P&gt;&lt;P&gt;read OSS note 1118825 from SAP market place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 09:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905437#M1690220</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2012-08-03T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905438#M1690221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course I have read note 1118825.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why I am calling ANNOUNCE_PAYLOAD_CONSUMPTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence my lack of understanding of the error message "&lt;EM&gt;"Payload consumption has not been announced&lt;/EM&gt;" when I can see the request payload correctly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 11:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905438#M1690221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T11:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905439#M1690222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;the problem could be that your provider expects a value in the SOAP Action&lt;BR /&gt;header. You can set this on the Operation Specific tab in Ta.&lt;BR /&gt;SOAMANAGER editing the logical port's configuration.&lt;/P&gt;&lt;P&gt;In the ICM trace you should see the following error:&lt;BR /&gt; Server did not recognize the value of HTTP Header SOAPAction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know it this helps. All the best &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/910/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 10:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905439#M1690222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905440#M1690223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice. Unfortunately I don't think that is the solution for us - we have no errors in the ICM log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently this error is appearing hand-in-hand with an exception when we call the proxy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;GENERAL_ERROR Error during proxy processing (PART UNKNOWN (NULL)&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is as if sometimes SAP is receiving some combination of data which prevents it from storing the response payload. If I can work it out I'll post results here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a positive note, over the past few days we have had some response messages come through and we can see the response payload. When this happens, the exception payload works as well, you get text explaining that there is no exception to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stuart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 11:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905440#M1690223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T11:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905441#M1690224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I eventually discovered that you get this misleading error message when SAP receives a SOAP response containing data in a namespace that it was not expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you are waiting for &amp;lt;ns1:data&amp;gt;.....&amp;nbsp; and SAP instead gets &amp;lt;ns2:data....&amp;gt; you will get this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mystery over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 15:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905441#M1690224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-10T15:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905442#M1690225</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am getting the same issue. &lt;/P&gt;&lt;P&gt;Have you been be able to resolve it ? &lt;/P&gt;&lt;P&gt; Kindly please help.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 14:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/8905442#M1690225</guid>
      <dc:creator>former_member624120</dc:creator>
      <dc:date>2023-08-15T14:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Payload consumption - silly error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/14121501#M2041960</link>
      <description>&lt;P&gt;If the proxy is consumer service, you can try used this configuration the service:&lt;BR /&gt;&lt;BR /&gt;Add these fields proxy and port, this data is&amp;nbsp;provided by the basis team.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nico_cuevas_0-1749220620475.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/270916i9106E21F059D9FF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nico_cuevas_0-1749220620475.png" alt="nico_cuevas_0-1749220620475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 14:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payload-consumption-silly-error-message/m-p/14121501#M2041960</guid>
      <dc:creator>Nico_Cuevas</dc:creator>
      <dc:date>2025-06-06T14:37:08Z</dc:date>
    </item>
  </channel>
</rss>

