<?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>Question Re: Build Process Automation: Call Web Service with Desti... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaa-p/14324811#M4936721</link>
    <description>&lt;P&gt;Hello MioYasutake,&lt;/P&gt;&lt;P&gt;Did you manage to fix this issue? I'm getting the same error.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2026 23:45:44 GMT</pubDate>
    <dc:creator>leon_potgieter</dc:creator>
    <dc:date>2026-02-09T23:45:44Z</dc:date>
    <item>
      <title>Build Process Automation: Call Web Service with Destination Timeout Error</title>
      <link>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaq-p/14091630</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I am configuring a standard process template "&lt;SPAN&gt;Supplier Invoice Status Check".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.sap.com/package/eu10.storecontentdevacc.automaticsupplierinvoicestatuscheck2/overview" target="_blank"&gt;https://api.sap.com/package/eu10.storecontentdevacc.automaticsupplierinvoicestatuscheck2/overview&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By following the configuration guide, I have created a communication user, communication arrangement, etc. in our S/4HANA Public Cloud tenant. The Destination has been configured as shown below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_0-1746162849129.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/256966iF2D6671467A2047D/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_0-1746162849129.png" alt="MioYasutake_0-1746162849129.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I double-checked that this destination is accessible via SAP Business Application Studio.&lt;/P&gt;&lt;P&gt;However, when I test the process, it fails at the first "Call Web Service with Destination" step with the following error:&lt;/P&gt;&lt;LI-CODE lang="json"&gt;		{
			"code": "irpa_core.error.Timeout",
			"message": "Timeout error: call callHttpRequest"
		}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_1-1746162935640.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/256967iE32225BFE34724BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_1-1746162935640.png" alt="MioYasutake_1-1746162935640.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The following is the request object passed to the step:&lt;/P&gt;&lt;LI-CODE lang="json"&gt;		{
			"url": "/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerAddress?$filter=BusinessPartner eq '15300002'&amp;amp;$format=json&amp;amp;$select=AddressID",
			"method": "GET",
			"responseType": "json",
			"resolveBodyOnly": true,
			"timeout": 30000,
			"encodeDestinationPath": true
		}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The URL is working fine from Postman (with the same user and password used in the destination).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone have an idea why this timeout error is occurring?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 05:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaq-p/14091630</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2025-05-02T05:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Build Process Automation: Call Web Service with Desti...</title>
      <link>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaa-p/14096741#M4913347</link>
      <description>&lt;P&gt;Hello MioYasutake&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There could be several reasons for the timeout.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My suspicion is that there is a communication problem between SAP BPA and the destination in SAP BTP, meaning SAP BPA cannot access the destination that configured in SAP BTP.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did you config the destination-name as the destination in SAP BPA or you use the link like in Postman?&lt;BR /&gt;A screenshot of the Destination configuration from SAP BPA would be helpful here.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Dennis&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 22:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaa-p/14096741#M4913347</guid>
      <dc:creator>Dennis_Suck85</dc:creator>
      <dc:date>2025-05-08T22:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Build Process Automation: Call Web Service with Desti...</title>
      <link>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaa-p/14324811#M4936721</link>
      <description>&lt;P&gt;Hello MioYasutake,&lt;/P&gt;&lt;P&gt;Did you manage to fix this issue? I'm getting the same error.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 23:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/build-process-automation-call-web-service-with-destination-timeout-error/qaa-p/14324811#M4936721</guid>
      <dc:creator>leon_potgieter</dc:creator>
      <dc:date>2026-02-09T23:45:44Z</dc:date>
    </item>
  </channel>
</rss>

