What are the various ways of accessing a web service?

Answers were Sorted based on User's Feedback



What are the various ways of accessing a web service?..

Answer / wani king

Basically, accessing a web means, accessing the web pages
from the web server, so there are various methods by
virture of which one can access the web pages from the web
server. the best one is URL ( both obsolute and relative
can can the same), Hyperlinks can be a good move, search
Engines. Hypermedia.

Is This Answer Correct ?    2 Yes 3 No

What are the various ways of accessing a web service?..

Answer / swapna

1. Asynchronous Call

Application can make a call to the Webservice and then
continue to do whatever it wants to do. When the service is
ready it will notify the application. Application can use
BEGIN and END method to make asynchronous call to the web
method. We can use either a WaitHandle or a Delegate object
when making asynchronous call.


The WaitHandle class share resources between several
objects. It provides several methods which will wait for
the resources to become available.


The easiest and most powerful way to implement an
asynchronous call is using a delegate object. A delegate
object wraps up a callback function. The idea is to pass a
method in the invocation of the web method. When the web
method has finished it will call this callback function to
process the result.

2. Synchronous Call
Application has to wait until execution has completed.





Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Web Related AllOther Interview Questions

What are the types of web testing security problems?

0 Answers  


If i have a form, and 1 part of the form needs to use validator framework and the other part need not use, how will i ensure that?

0 Answers   CSC,


what is the significance of webservice?

1 Answers  


Differentiate between static and dynamic website.

0 Answers  


What are the various ways of accessing a web service?

2 Answers  






Is web application testing different from desktop application testing? Explain how.

0 Answers  


When would you use get and post requests?

0 Answers  


What is a lambda?

0 Answers  


What is frame level testing and how do we test it?

0 Answers  


What all information does a URL contain?

0 Answers   HAL,


What is the result of “20” + 20;

0 Answers  


On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.

0 Answers  


Categories