Skip to Content
1
May 30, 2018 at 07:30 AM

OData: HTTP method is not allowed for the resource identified by the Data Service Request URI

1999 Views Last edit Jun 01, 2018 at 10:47 AM 5 rev

I have developped an app on SCP Web IDE which is published to a test launchpad. It uses the OData Service CUAN_IMPORT_SRV and Create-Method. On Desktop everything is working fine. I can create Interactions in yMarketing.

When I try to use this app with Fiori Client (can't try browser because it uses barcode scanner), no Interaction is created in yMarketing. At the point where the OData consumption happens, I have to authenticate myself with the login data (what I do). This should give me access to post interactions to yMarketing. However, I get the following error message in /iwfnd/error_log:

"The specified HTTP method is not allowed for the resource identified by the Data Service Request URI"

This message makes no sense to me due to the same code works on desktop...

I tried to access the metadata of the service via mobile browser before. After authentication it only shows me a white screen (but no error like not accessible).

Has anyone an idea on how to fix this? Appreciate your help...