gpt4 book ai didi

c# - WCF ReplyAction ="*"破坏元数据

转载 作者:太空狗 更新时间:2023-10-29 21:41:58 24 4
gpt4 key购买 nike

以下合约不会在元数据中生成操作,但如果我删除回复操作或将其设置为“”,元数据现在会正确生成操作。为什么?

[System.ServiceModel.ServiceContractAttribute(Namespace="http://Test/Publish", ConfigurationName="IFCRPublish")]
public interface IFCRPublish
{

// CODEGEN: Generating message contract since the operation PublishNotification is neither RPC nor document wrapped.
[System.ServiceModel.OperationContractAttribute(Action="http://Test/PublishNotification", ReplyAction="*")]
PublishNotificationResponse1 PublishNotification(PublishNotificationRequest1 request);
}

完整的服务代码在WCF metadata missing operations中如果需要的话。

最佳答案

为 OperationContract 设置 ReplyAction="*"意味着 WsdlExporter(发布元数据)将忽略该操作。设置任何其他值将修复它。

关于c# - WCF ReplyAction ="*"破坏元数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4224489/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com