如何从informatica授权并连接到Rest webservice并发布数据?
我有一个映射,需要通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论