如何在 C# Web 服务中定义 WebParameters,以便我的 WSDL 反映相同的内容?

发布于 2025-01-07 00:44:18 字数 816 浏览 1 评论 0原文

我正在尝试生成 Web 参数,以便我的 WSDL 具有属性名称 目前,我的 Web 服务结果如下所示:

<ArrayOfAnyType>
<anyType xsi:type="ArrayOfAnyType">
<anyType xsi:type="xsd:string">A123</anyType>
<anyType xsi:type="xsd:string">FYP</anyType>
<anyType xsi:type="xsd:string">1.347821</anyType>
<anyType xsi:type="xsd:string">103.682924</anyType>
<anyType xsi:type="xsd:string">Simtech</anyType>
<anyType xsi:type="xsd:string">Simtech</anyType>
<anyType xsi:type="xsd:string">30/4/2009 6:08:37 AM</anyType>
<anyType xsi:type="xsd:string">100843.00</anyType>
<anyType xsi:type="xsd:string">simtech_order1</anyType>
</anyType>

How do I Define WebParameters in C# Web service so that my WSDL反映出相同的结果?

I am trying to generate web parameters so that my WSDL has the property names
Currently this is how my web service result looks:

<ArrayOfAnyType>
<anyType xsi:type="ArrayOfAnyType">
<anyType xsi:type="xsd:string">A123</anyType>
<anyType xsi:type="xsd:string">FYP</anyType>
<anyType xsi:type="xsd:string">1.347821</anyType>
<anyType xsi:type="xsd:string">103.682924</anyType>
<anyType xsi:type="xsd:string">Simtech</anyType>
<anyType xsi:type="xsd:string">Simtech</anyType>
<anyType xsi:type="xsd:string">30/4/2009 6:08:37 AM</anyType>
<anyType xsi:type="xsd:string">100843.00</anyType>
<anyType xsi:type="xsd:string">simtech_order1</anyType>
</anyType>

How do I define WebParameters in C# Web service so that my WSDL reflects the same?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2025-01-14 00:44:18

我在这里找到了答案!
它们不被称为网络参数或类似的东西。
它是一个元素名称。

http://forums.asp.net/t/1638752.aspx/1

I found the answer here!
They aren't called web parameters or anything like that.
Its an element name.

http://forums.asp.net/t/1638752.aspx/1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文