Hi Experts,
I'm trying to generate a simple app using OData API from SAP Business Hub. I have downloaded metadata and stored in local file and at the end of the application setuo in assistant, when I provide the file, I'm getting following error:
It seems that the given metadata is invalid.Error Domain=SAPOData Code=0 "CSDLError: Invalid identifier leading character '/' in Schema Namespace="/BAO/XC_ACCOVR_SRV". See the definition of TSimpleIdentifier in the OData EDM XML Schema (http://docs.oasis-open.org/odata/odata/v4.0/os/schemas/edm.xsd)." UserInfo={NSLocalizedDescription=CSDLError: Invalid identifier leading character '/' in Schema Namespace="/BAO/XC_ACCOVR_SRV". See the definition of TSimpleIdentifier in the OData EDM XML Schema (http://docs.oasis-open.org/odata/odata/v4.0/os/schemas/edm.xsd).}
It looks like it doesn't like the / character at the beginning of the namespace.
I'd appreciate your help!
Tomasz