前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >如何在SAP Cloud Platform上进行第一个integration flow开发

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

原创
作者头像
Jerry Wang
修改2019-12-10 18:38:43
4920
修改2019-12-10 18:38:43
举报

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

创建一个新的Content package:

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

点击Add,选择integration flow:

保存:

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

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

Adapter类型选择HTTPS:

维护Address:

选择message converter:

json to xml converter:

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

再选择Content Modifier:

拖到integration process里:

选择call->external call:

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

选择这个OData V2 adapter,在connection标签页的Address字段里,维护这个地址:

https://espmrefapps.hana.ondemand.com/espm-cloud-web/espm.svc

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

选择Step2:

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

点击step3按钮:

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

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

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

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

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

在postman里输入上图的endpoints:

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

测试成功。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档