如何从informatica授权并连接到Rest webservice并发布数据?

发布于 2025-01-17 04:19:24 字数 368 浏览 0 评论 0原文

我有一个映射,需要通过 informatica http 转换访问 Rest Web 服务。我有两个字段要按以下格式传递,我在表达式转换中进行转换并将其作为字符串发送到 http 转换。

[
 {
   "id":"xxxx"
   "email":"yyyyy"
  }
]

我没有在标头中配置任何内容。其余服务开发人员表示,他们将发送一个消费者密钥,我们需要传递该密钥才能连接到其余服务。我需要在 http 转换的标头中配置什么吗?我是否需要在映射级别使用任何其他 http 转换。附上映射的屏幕截图。映射图像

I have a mapping where I need to hit the Rest web service through informatica http transformation. I have two fields to pass as below format which I am converting in expression transformation and sending it as string to http transformation.

[
 {
   "id":"xxxx"
   "email":"yyyyy"
  }
]

I have not configured anything in the header. The rest service developer said they will send a consumer key which we need to pass to connect to rest service. Is there anything I need to configure in the header in the http transformation. Do I need to use any other http transformation in the mapping level. Attached screenshot of the mapping.Mapping image

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文