Hi all,
I need to create an OData service based on an existing OData service.
It should be possible according to this blog:Introduction to Creating OData Service in HANA Cloud Integration (beta)
I activate Odata Beta Service and I create my oData service (doing what described in this blog adapting it from SOAP to oData: Creating OData Service from SOAP using HCI (beta))
At the end of the procedure, when I try to access the created and deployed service constructing my endpoint (SAP HANA Cloud Integration (Internal, SAP HCI OEM)), I receive this error as a response:
HTTP Status 500 - while trying to invoke the method com.sap.gateway.core.ip.service.SecurityConfiguration.getSubjectsAndIssuers() of a null object loaded from local variable 'secConfig'
This is the URL called: https://*****-iflmap.hcisbt.eu1.hana.ondemand.com/gw/odata/SAP/Customer;v=1/
Namespace and service name should be correct (see screen) and also IFLMAP URL (same URL retrieved both from Eclipse and HCP cockpit);
Some considerations:
- From HCI monitor I could see my Integration Content deployed correctly; no logs at all;
- If I try to edit the Metadata of the oData service created, I see that NAMESPACE has a space at the beginning (see preceding screen)... If I try to remove it, system automatically put a space again; I try also tu add an encoded space in the endpoint URL, but same error...
- In the integration flow, staring point is an oData sender (system and connection to start) not editable and with no reference to an endpoint... All has been created automatically by the system.
Any suggestion? I do not know how to proceed...
Thank you so much,
Manuel