cancel
Showing results for 
Search instead for 
Did you mean: 

No service found for namespace '', name 'API_OUTBOUND_DELIVERY_SRV;V=0002', version '0001'

Kaito2
Explorer
0 Kudos
115

I got the following message when I executed a GET API call (Outbound Delivery (A2X)) from an EAI tool (DataSpider).

status_code:403

reason_phrase:Forbidden

error_response_body:

<?xml version="1.0" encoding="utf-8"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
	<code>/IWFND/MED/170</code>
	<message xml:lang="en">No service found for namespace '', name 'API_OUTBOUND_DELIVERY_SRV;V=0002', version '0001'</message>
	<innererror>
		<application>
			<component_id/>
			<service_namespace>/SAP/</service_namespace>
			<service_id>API_OUTBOUND_DELIVERY_SRV%3Bv%3D0002</service_id>
			<service_version>0001</service_version>
		</application>
		<transactionid>600414ADECD10080E0067E51B439B0D4</transactionid>
		<timestamp>20250328055300.1272630</timestamp>
		<Error_Resolution>
			<SAP_Transaction>For backend administrators: use ADT feed reader "SAP Gateway Error Log" or run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>
			<SAP_Note>See SAP Note 1797736 for error analysis (https:/service.sap.com/sap/support/notes/1797736)</SAP_Note>
		</Error_Resolution>
		<errordetails/>
	</innererror>
</error>

It also looks like this on the app "Message Monitoring : OData Error Data Log - SAP Application Interface Framework (F6961)". (Basically the same as above)

StatusProcessing DateMessage IDLog MessagesUser NameService NamespaceService NameABAP ComponentABAP PackageTransaction IDRequest URL
Error

March 28, 2025, 3:06:16 PM GMT+09:00

C72887A0EF701FE082F35843938C2659

No service found for namespace '', name 'API_OUTBOUND_DELIVERY_SRV;V=0002', version '0001'

CC0000000002 No_authority_to_see_detailn/a

/IWFND/MED_PER_DEV_LANGU

600414ADECD101B0E0067E5E9845B322

/sap/opu/odata/sap/***No_authority_to_see_detail***

I set USER, PASSWORD, X-CSRF-TOKEN, SET-COOKIE on header correctly.

The Request URL was like this

https://my******-api.s4hana.cloud.sap/sap/opu/odata/sap/API_OUTBOUND_DELIVERY_SRV;v=0002/A_OutbDeliv...

I tried the same thing on a different EAI tool (Asteria) but did not received this error.

I would appreciate it if you gave me anything related to this error!!

Thanks.

Regards,

View Entire Topic
Łukasz_Sałek
Participant
0 Kudos

Hi Kaito2,

I think that You have error in typing.

You should have : API_OUTBOUND_DELIVERY_SRV_0002:v2

https://api.sap.com/api/API_OUTBOUND_DELIVERY_SRV_0002/overview

Best Regards 

Łukasz

Kaito2
Explorer
0 Kudos
Thank you for suggesting me that possibility, but I confirmed the url entered correctly. I will investigate the possibility the EDI tool failed to encode it and made it a capital letter. Other than that, do you have any idea related to this error such as some necesarry authentication else?