开发者

Is there a way to send any SOAPHeader parameters when invoking a web method from the ASMX Help page?

开发者 https://www.devze.com 2023-03-16 21:00 出处:网络
I\'ve implemented a new web service which uses SOAPExtensions for authentication. Everything works fine using a client that consumes this web service.

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 par开发者_如何转开发ameters when invoking a web method from the ASMX Help page? I need this for testing purposes.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消