在创建远程事件接收器时,提供商提供的应用程序出现错误。我正在使用azure服务总线进行调试。
CorrelationId: ea792939-d9f2-4f2a-a23b-2879bcde7e8d
ErrorDetail: The remote event receiver callout failed.
ErrorType: Transient
ErrorTypeName: Intermittent
ExceptionMessage: There was no endpoint listening at https://sp2016.servicebus.windows.net/1913334580/2745622290/obj/6bf649ae-8be7-45f3-9671-d02f1b101321/Services/AppEventReceiver.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Source: Common
SourceName: Common App Deployment
我的问题是,Web服务URL在浏览器中也无法使用https://sp2016.servicebus.windows.net/1913334580/2745622290/obj/6bf649ae-8be7-45f3-9671-d02f1b101321/Services/AppEventReceiver.svc
它给出错误为
The message with Action 'GET' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.
有人可以解释端点形成方式的格式吗?我认为该错误是由于端点网址不正确造成的。