The test form generated by ASMX is pretty handy for testing operations. However, there is no apparent way to include SOAP headers.
How can you test your headers without programming a client to use the service?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you care about interop, don’t use .net client apps to test .net web services. Use a proper tool like SOAPUI to test your web service. http://www.soapui.org
The tool is written in Java, but it is free and darn handy for testing any kind of web service.