Is it necessary to create a Windows application or Web
application to test a Web service ?
Is it must to consume this service?
Answer Posted / ninad
No, not necessary, to test a web service it provides HTTP-
GET method to test.
That too the web service comes with a test page.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is data reader in asp.net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the difference between session and viewstate in asp.net?
What is base class of button control in .net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What are themes and skins in 2.0, explain usage scenario?
What is dynamic web page with example?
What is the differences between a primary key and a unique key in sql server?
Explain exception handling in .net.
Where web.config file is used?
What is asp.net ajax?
Can the unique key be null?
Explain asp.net mvc request life cycle? : asp.net mvc
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Can viewstate be accessed in another page?