Web Services and XML Serialization
Web service testing software
Question:
hi, I am looking for a software tool that I can use for testing ASMX Web services by entering the known URL and then discover the methods from which I can then interrogate or pass variables to where appropriate
can anyone provide any recommendations?
T
Answer1:
Before gotdotnet.com went down an application called "Web Service Studio" was available which did what you are looking for. You can try searching for it or try an alternative such as soapUI which works quite well and is available here.
Answer2:
With VS 2008, you can get WCF Test Client that is like the web service studio.
That tool can be used to test ASMX services too.