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 type of design skills do you have?

0 Answers  


how to connect application to database by using the command?

0 Answers   CTS,


Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array.

0 Answers  


Hi Guys.. Pls let me know the Web designing / Logo designing OR Software jobs openings immediately....... Im in urgent need of job... Pls help meee

1 Answers  


How can you add a method to a class already defined?

0 Answers  






WHAT ARE THE ADVANTAGES OF DEDICTED HOSTING OVER SHARED HOSTING?

0 Answers  


1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?

0 Answers  


what atttributes we use to create a webservice?

0 Answers  


How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?

0 Answers  


How to Identify the first string and last string in a HTML page (source code)?

1 Answers  


Explain how a web application works?

0 Answers   TryTechnicals Pvt Ltd,


What are differences between DTDs and Schema?

0 Answers  


Categories