从 ASMX 帮助页面调用 Web 方法时是否可以发送任何 SOAPHeader 参数?
我已经实现了一个新的 Web 服务,它使用 SOAPExtensions 进行身份验证。使用使用此 Web 服务的客户端一切正常。
我需要知道的是,从 ASMX 帮助页面调用 Web 方法时是否有办法发送任何 SOAPHeader 参数?我需要这个用于测试目的。
I've implemented a new web service which uses SOAPExtensions for authentication. Everything works fine using a client that consumes this web service.
What I need to know is if there is a way to send any SOAPHeader parameters when invoking a web method from the ASMX Help page? I need this for testing purposes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:
Stackoverflow问题
Take a look a this :
Stackoverflow Question
为什么不直接编写一个客户端应用程序来测试您的服务呢?
客户端应用程序可以是一个简单的控制台应用程序,也可以是一个单元测试(甚至更好)。
Why not just write a client application to test your service?
The client application can be a simple Console application, or it can be a unit test (even better).