gpt4 book ai didi

wcf - 如何从 Soap 请求中删除

转载 作者:行者123 更新时间:2023-12-02 04:39:38 26 4
gpt4 key购买 nike

我正在使用 SoapUI Pro 4.6.1 来测试我的 WCF 服务。我的请求看起来像这样

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:doPaymentRequest>
<!--Optional:-->
<tem:credentials>
<!--Optional:-->
<tem:accountId>?</tem:accountId>
<!--Optional:-->
<tem:userName>?</tem:userName>
<!--Optional:-->
<tem:password>?</tem:password>
</tem:credentials>
</tem:doPaymentRequest>

如何从 SOAP 中删除 --Optional:-->我正在使用消息格式来包装我的数据契约(Contract),并且我正在使用 DataContract 的 isRequired 属性。

最佳答案

您想删除任何可选元素吗?然后 File -> Preferences -> WSDL Settings -> Include Optional(这是一个复选框)。当您向测试用例添加请求时,它还会建议选择选项“创建可选元素”。

关于wcf - 如何从 Soap 请求中删除 <optional>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21139157/

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