将自定义标头添加到生成的 SOAP 代理
我已经从 wsdl 文件生成了一个代理类(C# VS 2008) Web 服务需要 SOAP 标头中的一个元素。 当我尝试使用 proxy.RequestSoapContext.Envelope.Header 添加此元素时,我收到 null 错误。信封为空。 如何成为标题的自定义元素?
非常感谢。
I have generated a proxy class from a wsdl file (C# VS 2008)
The webservice expects an element within the soap header.
When I try to add this element using proxy.RequestSoapContext.Envelope.Header
I receive a null error. The envelope is null.
How do I am a custom element to the header ?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个
希望这对你有用。
Try this
Hope this works for you.