逻辑应用程序的天蓝色人员连接器

时间:2020-06-26 09:29:42

标签: azure odata

我尝试执行以下操作,我想调用一些OData服务而不从本地系统中声明所有服务,我已经安装了本地数据网关并能够请求我的系统。 但是,如果我想调用我的服务,则必须为每个OData服务创建一个个人连接器,以便能够使用它并抛出一个逻辑应用程序。这很耗时,想知道我们是否可以使用一些动态uri参数声明一个个人连接器? 例如,我的服务是http:// mylocaldomain / pathToMyService / {ODataservice}

enter image description here 在我的逻辑应用程序中,使用我的自定义连接器来调用任何服务,而无需声明所有示例:

天蓝色生成的网址:https://prod-07.francecentral.logic.azure.com/workflows/id/triggers/manual/paths/invoke/{ODataservice}

所以在我添加相对访问权限之后 enter image description here

并将下一步uriODataService传递给ODataService

enter image description here

但是当我尝试调用azure提供的url并将ODataService替换为我的OData服务的名称时,在下面出现错误

{
"error": {
    "code": "TriggerRelativePathNotValid",
    "message": "The relative path for this request is not valid: expected '/{uriODataService}' and actual 'iwfnd/CATALOGSERVICE;v=0002'."
}

}

0 个答案:

没有答案