使用 SOAP 服务 ASP.NET

发布于 2024-12-05 05:25:10 字数 412 浏览 1 评论 0原文

我正在开发一个 ASP.NET 3.5 C# Web 应用程序,其中我必须使用第 3 方 Web 服务。他们的文档指出,需要在 SOAP 标头中传递以下信息:

  • wsse: SecurityTokenReference:值是 X.509 证书的公钥

  • wsse:UsernameToken:用户名和密码

  • ds:Signature xmlns="http://www.w3.org/2000/09/xmldsig#"

    我有 X.509 证书以及用户名和密码。我已经向我的项目添加了一个服务引用,现在我正在尝试找出一种在 SOAP 标头中传递此信息的方法。任何帮助将不胜感激。

I am working on an ASP.NET 3.5 C# Web Application in which I have to consume 3rd party web services. Their documentation says the following information needs to be passed in the SOAP header:

  • wsse: SecurityTokenReference: Value is the public key of the X.509 certificate

  • wsse:UsernameToken: Username and Password

  • ds:Signature xmlns="http://www.w3.org/2000/09/xmldsig#"

    I have a X.509 certificate as well as the Username and Password. I have added a Service Reference to my project and now I am trying to figure out a way to pass this information in the SOAP header. Any help would be greatly appreciated.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文