Is it necessary to create a Windows application or Web
application to test a Web service ?
Is it must to consume this service?
Answers were Sorted based on User's Feedback
Answer / akbar
Run the web service project, you get a page listing its
methods. Click any method to pass params and see results.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
When should I use server transfer and response redirect?
Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
How you can stop the validation of ASP.NET controls from client side?
0 Answers Sans Pareil IT Services,
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
What is asp net theme?
How does the cookies work in asp.net?
I’m having some trouble with cas. How can I diagnose my problem?
What is cookie less session? How it works?