如何在SAP Cloud Platform上进行第一个integration flow开发

登录SAP Cloud Platform integration tenant,点击Edit图标:

如何在SAP Cloud Platform上进行第一个integration flow开发

创建一个新的Content package:

如何在SAP Cloud Platform上进行第一个integration flow开发
如何在SAP Cloud Platform上进行第一个integration flow开发

保存content package后,点击artifacts标签页,此处创建integration flow:

如何在SAP Cloud Platform上进行第一个integration flow开发

点击Add,选择integration flow:

如何在SAP Cloud Platform上进行第一个integration flow开发
如何在SAP Cloud Platform上进行第一个integration flow开发

保存:

如何在SAP Cloud Platform上进行第一个integration flow开发

然后就可以进行iFlow的编辑了:

如何在SAP Cloud Platform上进行第一个integration flow开发

创建sender channel:把integration flow切换成编辑模式,点击这个箭头,把它拖到Start图片位置:

如何在SAP Cloud Platform上进行第一个integration flow开发
如何在SAP Cloud Platform上进行第一个integration flow开发

Adapter类型选择HTTPS:

如何在SAP Cloud Platform上进行第一个integration flow开发

维护Address:

如何在SAP Cloud Platform上进行第一个integration flow开发

选择message converter:

如何在SAP Cloud Platform上进行第一个integration flow开发

json to xml converter:

如何在SAP Cloud Platform上进行第一个integration flow开发

选中后放到integration process方框内,看到一条绿色的线:

如何在SAP Cloud Platform上进行第一个integration flow开发

再选择Content Modifier:

如何在SAP Cloud Platform上进行第一个integration flow开发

拖到integration process里:

如何在SAP Cloud Platform上进行第一个integration flow开发

选择call->external call:

如何在SAP Cloud Platform上进行第一个integration flow开发

将External Call的request reply同Receiver建立连接,adapter类型选择OData V2:

如何在SAP Cloud Platform上进行第一个integration flow开发

选择这个OData V2 adapter,在connection标签页的Address字段里,维护这个地址:
https://espmrefapps.hana.ondemand.com/espm-cloud-web/espm.svc

如何在SAP Cloud Platform上进行第一个integration flow开发

点击processing标签页,再点Select按钮:

如何在SAP Cloud Platform上进行第一个integration flow开发

选择Step2:

如何在SAP Cloud Platform上进行第一个integration flow开发

从Select Entity的下拉列表里选择Products:

如何在SAP Cloud Platform上进行第一个integration flow开发
如何在SAP Cloud Platform上进行第一个integration flow开发

点击step3按钮:

如何在SAP Cloud Platform上进行第一个integration flow开发

在step3的选择页面里,点击F4选择ProductId:

如何在SAP Cloud Platform上进行第一个integration flow开发

操作类型选择Equal,值维护成${header.productIdentifier}:

如何在SAP Cloud Platform上进行第一个integration flow开发

这样,当inbound HTTP请求里携带的product ID传入Odata adapter时,后者会调用odata取得product明细。点击Deploy进行部署。

如何在SAP Cloud Platform上进行第一个integration flow开发

点这个图标查看部署情况:

如何在SAP Cloud Platform上进行第一个integration flow开发
如何在SAP Cloud Platform上进行第一个integration flow开发
如何在SAP Cloud Platform上进行第一个integration flow开发

等到部署成功后,就可以测试了:

如何在SAP Cloud Platform上进行第一个integration flow开发

在postman里输入上图的endpoints:

如何在SAP Cloud Platform上进行第一个integration flow开发

通过执行odata adapter,得到结果:

如何在SAP Cloud Platform上进行第一个integration flow开发

测试成功。

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
如何在SAP Cloud Platform上进行第一个integration flow开发

上一篇:VirtualBox上的靶机与VMware kali网络问题


下一篇:Srtuts2实现登录界面(不连接数据库)报错(一)