gpt4 book ai didi

namespaces - WCF REST POST XML

转载 作者:行者123 更新时间:2023-12-04 16:52:07 25 4
gpt4 key购买 nike

我可以创建接受 xml 文档(没有任何查询字符串)的 wcf 其余帖子的最佳方法是什么?

最佳答案

您可以接受 XElement 作为单个参数,在 UriTemplate 中没有占位符。

[OperationContract]
[WebInvoke(Method="POST", UriTemplate="DoSomething")]
public XElement DoSomething(XElement body) {
...
return new XElement("Result");
}

关于namespaces - WCF REST POST XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2361189/

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