如何用 C# 实现 SOAP 客户端(特别适用于 Windows Mobile)?

发布于 2024-09-03 04:30:52 字数 312 浏览 1 评论 0原文

我对如何使用 .NET 在 C# 中创建 SOAP 客户端感到非常困惑。我发现此页面看起来确实很有希望,但对于生活我找不到 Microsoft.Web.Services2。另外,我找到的有关使用 C#/.NET 进行 SOAP 的大多数信息都是关于在 ASP.NET 中创建 Web 服务,但这不是我想要做的。

基本上我想做的是在 Windows Mobile 应用程序中用 C# 实现 SOAP 客户端。

I'm really confused about how to create a SOAP client in C# using .NET. I have found this page which looks really promising, but for the life of me I can't find Microsoft.Web.Services2. Also most information I find about SOAP with C#/.NET are about creating web services in ASP.NET and that's not what I want to do.

Basically what I want to do is implement a SOAP client in C# in a Windows Mobile application.

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

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

发布评论

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

评论(1

鹿港巷口少年归 2024-09-10 04:30:52

下载旧的 OpenNETCF.Web.Services2 源代码(位于已弃用的源在页面底部下载)。根据您的具体需求,这可能会提供您需要的 WSE 课程。

Download the old OpenNETCF.Web.Services2 source code (in the deprecated source downloads at the bottom of the page). Depending on your exact needs, this will probably provide the WSE classes you need.

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