使用 SOAP 服务 ASP.NET
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论