The SAP OData Model Creator is a web site where your OData service metadata is transformed into a Mendix domain model that can be imported into your project.
SAP OData Model Creator是一个网站,可以将OData服务的元数据,转换成Mendix的领域模型并导入到项目工程中。
OData服务元数据的输入可以是文件,url或者SAP API hub上的一个服务。
You can generate this domain model by providing your service metadata as a file, URL, or select a service from SAP API Business Hub.
SAP OData model creator的网址:https://sapodatamodelcreator.mendixcloud.com/
https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/$metadata
从上述链接下载SAP gateway demo系统的OData服务元数据,保存成本地文件,然后打开SAP OData Model Creator,选择本地文件:
点击继续,会解析出该元数据里包含的OData信息,
选择GWSAMPLE_BASIC, 再次点击continue:
生成.mpk文件:
这个mpk文件用于在Mendix Studio Pro里开发,后续Jerry会详细介绍。
本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。