无法从Azure逻辑应用程序调用WCF服务.

问题描述:

你好,

我们需要从逻辑应用程序调用WCF Web服务.
我们已经使用Azure函数代码实现了调用,但是我们需要使用Azure逻辑应用程序来实现相同的功能.

我们已经尝试了自定义连接器SOAP(PREVIEW)功能来调用我们的WCF Web服务,但它会返回错误消息,即
{
  错误":{
    "代码":"a:InvalidSecurity",
    消息":验证消息的安全性时发生错误."
}
}
甚至我们都提供了用户名和密码.

有人对此有想法吗?

或是否有人共享使用"SOAP直通"的帮助?以及使用手动肥皂调用来调用WCF Web服务的步骤?


当您看到答案和有用的帖子时,请单击投票为有帮助",提议为答案"和/或标记为答案".此致,Munavvar Husein

Hello,

We have a requirement to call the WCF web service from the logic app.
We have achieved the calling by using the Azure function code but we need to achieve the same by using the Azure logic app.

We have tried the custom connector SOAP (PREVIEW) feature to call our WCF web service but it is returning an error message i.e. 
{
  "error": {
    "code": "a:InvalidSecurity",
    "message": "An error occurred when verifying security for the message."
}
}
even we have provided the username and password.

Does anyone have an IDEA about it?

OR Does anyone share any help to use "SOAP pass-through" and steps to call the WCF web service by using manual soap call?


When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Regards, Munavvar Husein

这是内部服务/第三方服务

Is this an on premises service/ third party service ??

服务需要什么样的安全性,您是否实现了相同的安全协议?

What kind of security does the service expect and have you implemented the same security protocol?